Click or drag to resize

BaseAsyncSafeConnector.LoadGraph Method (IRdfHandler, String, AsyncStorageCallback, Object)

Loads a Graph from the Store asynchronously.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void LoadGraph(
	IRdfHandler handler,
	string graphUri,
	AsyncStorageCallback callback,
	Object state
)

Parameters

handler
Type: VDS.RDF.IRdfHandler
Handler to load with.
graphUri
Type: System.String
URI of the Graph to load.
callback
Type: VDS.RDF.Storage.AsyncStorageCallback
Callback.
state
Type: System.Object
State to pass to the callback.

Implements

IAsyncStorageProvider.LoadGraph(IRdfHandler, String, AsyncStorageCallback, Object)
See Also