Click or drag to resize

AllegroGraphServerGetStore 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: SystemString
Store ID.
callback
Type: VDS.RDF.StorageAsyncStorageCallback
Callback.
state
Type: SystemObject
State to pass to call back.

Return Value

Type: 

Implements

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