Click or drag to resize

BaseStardogServer.ListStores Method (AsyncStorageCallback, Object)

Lists all databases available on the server.

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

Parameters

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

Implements

IAsyncStorageServer.ListStores(AsyncStorageCallback, Object)
See Also