Click or drag to resize

SesameServerGetStore Method (String, AsyncStorageCallback, Object)

Gets a store asynchronously.

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

Implements

IAsyncStorageServerGetStore(String, AsyncStorageCallback, Object)
Remarks
If the store ID requested matches the current instance an instance MAY invoke the callback immediately returning a reference to itself.
See Also