Click or drag to resize

AllegroGraphServer.GetStore Method (String, AsyncStorageCallback, Object)

Gets a Store within the current catalog asynchronously.

Namespace:  VDS.RDF.Storage.Management
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override 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 call back.

Return Value

Type: 

Implements

IAsyncStorageServer.GetStore(String, AsyncStorageCallback, Object)
Remarks
AllegroGraph groups stores by catalog, you may only use this method to obtain stores within your current catalogue.
See Also