IAsyncStorageProvider.LoadGraph Method (IRdfHandler, Uri, AsyncStorageCallback, Object) |
Loads a Graph from the Store asynchronously.
Namespace:
VDS.RDF.Storage
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxvoid LoadGraph(
IRdfHandler handler,
Uri graphUri,
AsyncStorageCallback callback,
Object state
)
Sub LoadGraph (
handler As IRdfHandler,
graphUri As Uri,
callback As AsyncStorageCallback,
state As Object
)
Parameters
- handler
- Type: VDS.RDF.IRdfHandler
Handler to load with. - graphUri
- Type: System.Uri
URI of the Graph to load. - callback
- Type: VDS.RDF.Storage.AsyncStorageCallback
Callback. - state
- Type: System.Object
State to pass to the callback.
See Also