IAsyncStorageServerDeleteStore Method |
Deletes a store asynchronously.
Namespace:
VDS.RDF.Storage.Management
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax void DeleteStore(
string storeID,
AsyncStorageCallback callback,
Object state
)
Sub DeleteStore (
storeID As String,
callback As AsyncStorageCallback,
state As Object
)
Parameters
- storeID
- Type: SystemString
ID of the store to delete. - callback
- Type: VDS.RDF.StorageAsyncStorageCallback
Callback. - state
- Type: SystemObject
State to pass to the callback.
See Also