Click or drag to resize

AllegroGraphServer.ListStores Method (AsyncStorageCallback, Object)

Gets the List of Stores available on the server within the current catalog asynchronously.

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

Parameters

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

Implements

IAsyncStorageServer.ListStores(AsyncStorageCallback, Object)
See Also