Click or drag to resize

IAsyncStorageServerListStores Method

Lists the available stores asynchronously.

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

Parameters

callback
Type: VDS.RDF.StorageAsyncStorageCallback
Callback.
state
Type: SystemObject
State to pass to the callback.
See Also