SparqlHttpProtocolConnector.LoadGraph Method (IGraph, String, AsyncStorageCallback, Object) |
Loads a Graph from the Protocol Server.
Namespace:
VDS.RDF.Storage
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic override void LoadGraph(
IGraph g,
string graphUri,
AsyncStorageCallback callback,
Object state
)
Public Overrides Sub LoadGraph (
g As IGraph,
graphUri As String,
callback As AsyncStorageCallback,
state As Object
)
Parameters
- g
- Type: VDS.RDF.IGraph
Graph to load into. - 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(IGraph, String, AsyncStorageCallback, Object)IAsyncStorageProvider.LoadGraph(IGraph, String, AsyncStorageCallback, Object)
See Also