Table of Contents

Interface IAsyncTransaction

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

Represents a transaction in the Neo4j database.

public interface IAsyncTransaction : IAsyncQueryRunner, IAsyncDisposable, IDisposable
Inherited Members
Extension Methods

Properties

TransactionConfig

Gets the transaction configuration back.

Methods

CommitAsync()

Asynchronously commit this transaction.

RollbackAsync()

Asynchronously roll back this transaction.