Method PerformCommitAsync
| Improve this Doc View SourcePerformCommitAsync(CancellationToken)
Performs commit transaction operation.
Declaration
protected abstract Task PerformCommitAsync(CancellationToken ct)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Threading.CancellationToken | ct | The async cancellation token. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task | The async task. |