Show / Hide Table of Contents

Method CommitAsync

| Improve this Doc View Source

CommitAsync(CancellationToken)

Commits the transaction.

Declaration
public Task CommitAsync(CancellationToken ct)
Parameters
Type Name Description
System.Threading.CancellationToken ct

The async cancellation token.

Returns
Type Description
System.Threading.Tasks.Task

The async task.

Implements
ITransaction.CommitAsync(CancellationToken)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest