Click or drag to resize

IAsyncStorageProvider.DeleteGraph Method (String, AsyncStorageCallback, Object)

Deletes a Graph from the Store.

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

Parameters

graphUri
Type: System.String
URI of the Graph to delete.
callback
Type: VDS.RDF.Storage.AsyncStorageCallback
Callback.
state
Type: System.Object
State to pass to the callback.
See Also