Show / Hide Table of Contents

Method RollbackAsync

| Improve this Doc View Source

RollbackAsync(CancellationToken)

Rollback the transaction.

Declaration
Task RollbackAsync(CancellationToken ct = default(CancellationToken))
Parameters
Type Name Description
System.Threading.CancellationToken ct

The async cancellation token.

Returns
Type Description
System.Threading.Tasks.Task

The async task.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest