Click or drag to resize

PelletServer.Connect 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: System.String
Server URI.
callback
Type: VDS.RDF.Query.Inference.Pellet.PelletServerReadyCallback
Callback to invoke when the connection is ready.
state
Type: System.Object
State to pass to the callback.
See Also