IAtomicGroupStateReplicator.ReplicateAtomicGroupRollbackAsync 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<long> ReplicateAtomicGroupRollbackAsync(long atomicGroupId, System.Threading.CancellationToken cancellationToken, out long rollbackSequenceNumber);
abstract member ReplicateAtomicGroupRollbackAsync : int64 * System.Threading.CancellationToken * int64 -> System.Threading.Tasks.Task<int64>
Public Function ReplicateAtomicGroupRollbackAsync (atomicGroupId As Long, cancellationToken As CancellationToken, ByRef rollbackSequenceNumber As Long) As Task(Of Long)
Parameters
- atomicGroupId
- System.Int64
- cancellationToken
- System.Threading.CancellationToken
- rollbackSequenceNumber
- System.Int64
Returns
System.Threading.Tasks.Task<System.Int64>