IAtomicGroupStateProvider.AtomicGroupRollbackAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET