IAsyncStorageProviderSaveGraph Method  | 
 
            Saves a Graph to the Store asynchronously.
            
 
    Namespace: 
   VDS.RDF.Storage
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxvoid SaveGraph(
	IGraph g,
	AsyncStorageCallback callback,
	Object state
)
Sub SaveGraph ( 
	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