Method CommitAsync
| Improve this Doc View SourceCommitAsync(CancellationToken)
Commits the transaction.
Declaration
Task CommitAsync(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. |