IAtomicGroupStateProvider.AtomicGroupCommitAsync 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.
Commits a particular atomic group.
public System.Threading.Tasks.Task AtomicGroupCommitAsync (long atomicGroupId, long commitSequenceNumber, System.Threading.CancellationToken cancellationToken);
abstract member AtomicGroupCommitAsync : int64 * int64 * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function AtomicGroupCommitAsync (atomicGroupId As Long, commitSequenceNumber As Long, cancellationToken As CancellationToken) As Task
Parameters
- atomicGroupId
- Int64
The ID of the group to be committed.
- commitSequenceNumber
- Int64
The sequence number for the commit 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