Click or drag to resize

IAsyncStorageServer.DeleteStore 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
)

Parameters

storeID
Type: System.String
ID of the store to delete.
callback
Type: VDS.RDF.Storage.AsyncStorageCallback
Callback.
state
Type: System.Object
State to pass to the callback.
See Also