Click or drag to resize

AllegroGraphServerDeleteStore Method (String, AsyncStorageCallback, Object)

Deletes a Store from the server within the current catalog asynchronously.

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

Implements

IAsyncStorageServerDeleteStore(String, AsyncStorageCallback, Object)
See Also