Table of Contents

Method RollbackAsync

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

RollbackAsync()

Asynchronously roll back this transaction.

Task RollbackAsync()

Returns

Task

A task of transaction rollback.

Exceptions

TransactionClosedException

Thrown when the transaction has previously been closed.