Click or drag to resize

PelletServerConnect Method (String, PelletServerReadyCallback, Object)

Connects to a Pellet Server instance asynchronously invoking the callback when the connection is ready.

Namespace:  VDS.RDF.Query.Inference.Pellet
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static void Connect(
	string serverUri,
	PelletServerReadyCallback callback,
	Object state
)

Parameters

serverUri
Type: SystemString
Server URI.
callback
Type: VDS.RDF.Query.Inference.PelletPelletServerReadyCallback
Callback to invoke when the connection is ready.
state
Type: SystemObject
State to pass to the callback.
See Also