IAtomicGroupStateProvider.AtomicGroupRollbackAsync Method

Definition

Rolls back a particular atomic group.

public System.Threading.Tasks.Task AtomicGroupRollbackAsync (long atomicGroupId, long rollbackSequenceNumber, System.Threading.CancellationToken cancellationToken);
abstract member AtomicGroupRollbackAsync : int64 * int64 * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function AtomicGroupRollbackAsync (atomicGroupId As Long, rollbackSequenceNumber As Long, cancellationToken As CancellationToken) As Task

Parameters

atomicGroupId
Int64

The ID of the group to roll back.

rollbackSequenceNumber
Int64

The sequence number for the rollback operation.

cancellationToken
CancellationToken

The CancellationToken object that the operation is observing. It can be used to send a notification that the operation should be canceled. Note that cancellation is advisory and that the operation might still be completed even if it is canceled.

Returns

Returns Task.

Applies to