IAsyncStorageProvider.DeleteGraph Method (Uri, AsyncStorageCallback, Object) |
Deletes a Graph from the Store.
Namespace:
VDS.RDF.Storage
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxvoid DeleteGraph(
Uri graphUri,
AsyncStorageCallback callback,
Object state
)
Sub DeleteGraph (
graphUri As Uri,
callback As AsyncStorageCallback,
state As Object
)
Parameters
- graphUri
- Type: System.Uri
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