Table of Contents

Method CommitAsync

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

CommitAsync()

Asynchronously commit this transaction.

Task CommitAsync()

Returns

Task

A task of transaction commit.

Exceptions

TransactionClosedException

Thrown when the transaction has previously been closed.