IStateProvider.UpdateEpochAsync(Epoch, Int64, CancellationToken) 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 UpdateEpochAsync(System.Fabric.Epoch epoch, long previousEpochLastSequenceNumber, System.Threading.CancellationToken cancellationToken);
abstract member UpdateEpochAsync : System.Fabric.Epoch * int64 * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function UpdateEpochAsync (epoch As Epoch, previousEpochLastSequenceNumber As Long, cancellationToken As CancellationToken) As Task
Parameters
- epoch
- Epoch
- previousEpochLastSequenceNumber
- System.Int64
- cancellationToken
- System.Threading.CancellationToken
Returns
System.Threading.Tasks.Task