FabricReplicator.IReplicator.UpdateEpochAsync 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.
System.Threading.Tasks.Task IReplicator.UpdateEpochAsync(System.Fabric.Epoch epoch, System.Threading.CancellationToken cancellationToken);
abstract member System.Fabric.IReplicator.UpdateEpochAsync : System.Fabric.Epoch * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.System.Fabric.IReplicator.UpdateEpochAsync : System.Fabric.Epoch * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Function UpdateEpochAsync (epoch As Epoch, cancellationToken As CancellationToken) As Task Implements IReplicator.UpdateEpochAsync
Parameters
- epoch
- Epoch
- cancellationToken
- System.Threading.CancellationToken
Returns
System.Threading.Tasks.Task