BaseStardogConnectorSaveGraphAsync 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.RDFIGraph
Graph to save. - callback
 - Type: VDS.RDF.StorageAsyncStorageCallback
Callback. - state
 - Type: SystemObject
State to pass to the callback. 
See Also