ActorService.OnChangeRoleAsync(ReplicaRole, CancellationToken) Method

Definition

protected override System.Threading.Tasks.Task OnChangeRoleAsync (System.Fabric.ReplicaRole newRole, System.Threading.CancellationToken cancellationToken);
override this.OnChangeRoleAsync : System.Fabric.ReplicaRole * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Protected Overrides Function OnChangeRoleAsync (newRole As ReplicaRole, cancellationToken As CancellationToken) As Task

Parameters

newRole
ReplicaRole

The new role for the replica.

cancellationToken
CancellationToken

The token to monitor for cancellation requests.

Returns

A task that represents the asynchronous operation performed when the replica becomes primary.

Applies to