Click or drag to resize

IAsyncTransactionalStorage Interface

Interface for storage providers which have controllable transactions which can be managed asynchronously.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface IAsyncTransactionalStorage

The IAsyncTransactionalStorage type exposes the following members.

Methods
  NameDescription
Public methodBegin
Begins a transaction asynchronously.
Public methodCommit
Commits a transaction asynchronously.
Public methodRollback
Rolls back a transaction asynchronously.
Top
See Also