Click or drag to resize

BaseStardogServer.GetStore Method (String, AsyncStorageCallback, Object)

Gets a database from the server.

Namespace:  VDS.RDF.Storage.Management
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public abstract void GetStore(
	string storeID,
	AsyncStorageCallback callback,
	Object state
)

Parameters

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

Implements

IAsyncStorageServer.GetStore(String, AsyncStorageCallback, Object)
See Also