Click or drag to resize

BaseStardogConnectorRollback Method (AsyncStorageCallback, Object)

Rolls back a transaction asynchronously.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual void Rollback(
	AsyncStorageCallback callback,
	Object state
)

Parameters

callback
Type: VDS.RDF.StorageAsyncStorageCallback
Callback.
state
Type: SystemObject
State to pass to the callback.

Implements

IAsyncTransactionalStorageRollback(AsyncStorageCallback, Object)
See Also