BaseStardogConnector.SaveGraphAsync Method (IGraph, AsyncStorageCallback, Object) |
Saves a Graph to the Store asynchronously.
Namespace:
VDS.RDF.Storage
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxprotected virtual void SaveGraphAsync(
IGraph g,
AsyncStorageCallback callback,
Object state
)
Protected Overridable Sub SaveGraphAsync (
g As IGraph,
callback As AsyncStorageCallback,
state As Object
)
Parameters
- g
- Type: VDS.RDF.IGraph
Graph to save. - callback
- Type: VDS.RDF.Storage.AsyncStorageCallback
Callback. - state
- Type: System.Object
State to pass to the callback.
See Also