VolatileActorStateProvider.IActorStateProvider.ContainsStateAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Vérifie si le fournisseur d’état de l’acteur contient un état d’acteur avec le nom d’état spécifié.
System.Threading.Tasks.Task<bool> IActorStateProvider.ContainsStateAsync (Microsoft.ServiceFabric.Actors.ActorId actorId, string stateName, System.Threading.CancellationToken cancellationToken);
abstract member Microsoft.ServiceFabric.Actors.Runtime.IActorStateProvider.ContainsStateAsync : Microsoft.ServiceFabric.Actors.ActorId * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
override this.Microsoft.ServiceFabric.Actors.Runtime.IActorStateProvider.ContainsStateAsync : Microsoft.ServiceFabric.Actors.ActorId * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Function ContainsStateAsync (actorId As ActorId, stateName As String, cancellationToken As CancellationToken) As Task(Of Boolean) Implements IActorStateProvider.ContainsStateAsync
Paramètres
- actorId
- ActorId
ID de l’acteur pour lequel case activée’existence de l’état.
- stateName
- String
Nom de l’état de l’acteur à case activée d’existence.
- cancellationToken
- CancellationToken
Jeton pour surveiller les requêtes d'annulation.
Retours
Tâche qui représente l’opération asynchrone case activée. La valeur du paramètre TResult est true
si l’état avec le nom spécifié existe sinon false
.
Implémente
Exceptions
L'opération a été annulée.
S’applique à
Azure SDK for .NET