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