Partilhar via


ReliableCollectionsActorStateProvider.IStateProviderReplica.ChangeRoleAsync Método

Definição

Notifique o provedor de estado réplica que sua função está mudando, por exemplo, para Primária ou Secundária.

System.Threading.Tasks.Task IStateProviderReplica.ChangeRoleAsync (System.Fabric.ReplicaRole newRole, System.Threading.CancellationToken cancellationToken);
abstract member Microsoft.ServiceFabric.Data.IStateProviderReplica.ChangeRoleAsync : System.Fabric.ReplicaRole * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.Microsoft.ServiceFabric.Data.IStateProviderReplica.ChangeRoleAsync : System.Fabric.ReplicaRole * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Function ChangeRoleAsync (newRole As ReplicaRole, cancellationToken As CancellationToken) As Task Implements IStateProviderReplica.ChangeRoleAsync

Parâmetros

newRole
ReplicaRole

O novo réplica função, como primário ou secundário.

cancellationToken
CancellationToken

O token a se monitorar para solicitações de cancelamento.

Retornos

Tarefa que representa a operação de função de alteração assíncrona.

Implementações

Aplica-se a