IAsyncStorageProviderListGraphs Method |
Lists the Graphs in the Store asynchronously.
Namespace:
VDS.RDF.Storage
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax void ListGraphs(
AsyncStorageCallback callback,
Object state
)
Sub ListGraphs (
callback As AsyncStorageCallback,
state As Object
)
Parameters
- callback
- Type: VDS.RDF.StorageAsyncStorageCallback
Callback. - state
- Type: SystemObject
State to pass to the callback.
See Also