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