Click or drag to resize

BaseAsyncHttpConnectorLoadGraph Method (IRdfHandler, Uri, AsyncStorageCallback, Object)

Loads a Graph from the Store asynchronously.

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

Parameters

handler
Type: VDS.RDFIRdfHandler
Handler to load with.
graphUri
Type: SystemUri
URI of the Graph to load.
callback
Type: VDS.RDF.StorageAsyncStorageCallback
Callback.
state
Type: SystemObject
State to pass to the callback.

Implements

IAsyncStorageProviderLoadGraph(IRdfHandler, Uri, AsyncStorageCallback, Object)
See Also