IAsyncStorageServer.GetStore Method |
Gets a store asynchronously.
Namespace:
VDS.RDF.Storage.Management
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxvoid GetStore(
string storeID,
AsyncStorageCallback callback,
Object state
)
Sub GetStore (
storeID As String,
callback As AsyncStorageCallback,
state As Object
)
Parameters
- storeID
- Type: System.String
Store ID. - callback
- Type: VDS.RDF.Storage.AsyncStorageCallback
Callback. - state
- Type: System.Object
State to pass to the callback.
See Also