Click or drag to resize

BaseAsyncHttpConnector.ListGraphs Method

Lists the Graphs in the Store asynchronously.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual void ListGraphs(
	AsyncStorageCallback callback,
	Object state
)

Parameters

callback
Type: VDS.RDF.Storage.AsyncStorageCallback
Callback.
state
Type: System.Object
State to pass to the callback.

Implements

IAsyncStorageProvider.ListGraphs(AsyncStorageCallback, Object)
See Also