Click or drag to resize

SesameServer.DeleteStore Method (String, AsyncStorageCallback, Object)

Deletes a store asynchronously.

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

Implements

IAsyncStorageServer.DeleteStore(String, AsyncStorageCallback, Object)
See Also