SparqlHttpProtocolConnectorLoadGraph Method (IRdfHandler, String, AsyncStorageCallback, Object) |
Loads a Graph from the Protocol Server.
Namespace:
VDS.RDF.Storage
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public override void LoadGraph(
IRdfHandler handler,
string graphUri,
AsyncStorageCallback callback,
Object state
)
Public Overrides Sub LoadGraph (
handler As IRdfHandler,
graphUri As String,
callback As AsyncStorageCallback,
state As Object
)
Parameters
- handler
- Type: VDS.RDFIRdfHandler
RDF Handler. - graphUri
- Type: SystemString
URI of the Graph to load. - callback
- Type: VDS.RDF.StorageAsyncStorageCallback
Callback. - state
- Type: SystemObject
State to pass to the callback.
Implements
IAsyncStorageProviderLoadGraph(IRdfHandler, String, AsyncStorageCallback, Object)IAsyncStorageProviderLoadGraph(IRdfHandler, String, AsyncStorageCallback, Object)See Also