IAsyncStorageProviderLoadGraph Method (IGraph, String, AsyncStorageCallback, Object) | 
 
            Loads a Graph from the Store asynchronously.
            
 
    Namespace: 
   VDS.RDF.Storage
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxvoid LoadGraph(
	IGraph g,
	string graphUri,
	AsyncStorageCallback callback,
	Object state
)
Sub LoadGraph ( 
	g As IGraph,
	graphUri As String,
	callback As AsyncStorageCallback,
	state As Object
)
Parameters
- g
 - Type: VDS.RDFIGraph
Graph to load into. - graphUri
 - Type: SystemString
URI of the Graph to load. - callback
 - Type: VDS.RDF.StorageAsyncStorageCallback
Callback. - state
 - Type: SystemObject
State to pass to the callback. 
See Also