Click or drag to resize

BaseStardogConnectorDeleteGraphAsync Method (String, Boolean, String, AsyncStorageCallback, Object)

Delete a graph as part of an open transaction.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected virtual void DeleteGraphAsync(
	string tID,
	bool autoCommit,
	string graphUri,
	AsyncStorageCallback callback,
	Object state
)

Parameters

tID
Type: SystemString
The ID of the transaction to use.
autoCommit
Type: SystemBoolean
True to commit the transaction at the end of the delete operation, false to leave the transaction open.
graphUri
Type: SystemString
The URI of the graph to delete.
callback
Type: VDS.RDF.StorageAsyncStorageCallback
Callback to invoked on completion of the operation.
state
Type: SystemObject
Additional state to pass into the callback.
See Also