Click or drag to resize

BaseStardogConnectorSaveGraphAsync Method (IGraph, AsyncStorageCallback, Object)

Saves a Graph to the Store asynchronously.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected virtual void SaveGraphAsync(
	IGraph g,
	AsyncStorageCallback callback,
	Object state
)

Parameters

g
Type: VDS.RDFIGraph
Graph to save.
callback
Type: VDS.RDF.StorageAsyncStorageCallback
Callback.
state
Type: SystemObject
State to pass to the callback.
See Also