IAtomicGroupStateProvider.AtomicGroupUndoProgressAsync 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.
public System.Threading.Tasks.Task AtomicGroupUndoProgressAsync(long fromCommitSequenceNumber, System.Threading.CancellationToken cancellationToken);
abstract member AtomicGroupUndoProgressAsync : int64 * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function AtomicGroupUndoProgressAsync (fromCommitSequenceNumber As Long, cancellationToken As CancellationToken) As Task
Parameters
- fromCommitSequenceNumber
- System.Int64
- cancellationToken
- System.Threading.CancellationToken
Returns
System.Threading.Tasks.Task