Click or drag to resize

BaseAsyncHttpConnectorDeleteGraph Method (String, AsyncStorageCallback, Object)

Deletes a Graph from the Store.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public abstract void DeleteGraph(
	string graphUri,
	AsyncStorageCallback callback,
	Object state
)

Parameters

graphUri
Type: SystemString
URI of the Graph to delete.
callback
Type: VDS.RDF.StorageAsyncStorageCallback
Callback.
state
Type: SystemObject
State to pass to the callback.

Implements

IAsyncStorageProviderDeleteGraph(String, AsyncStorageCallback, Object)
See Also