PelletServerConnect Method (Uri, 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: 
Syntaxpublic static void Connect(
	Uri serverUri,
	PelletServerReadyCallback callback,
	Object state
)
Public Shared Sub Connect ( 
	serverUri As Uri,
	callback As PelletServerReadyCallback,
	state As Object
)
Parameters
- serverUri
 - Type: SystemUri
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