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