ActorService.IActorService.GetActorsAsync 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.
Obtient la liste des acteurs en interrogeant le service d’acteur.
System.Threading.Tasks.Task<Microsoft.ServiceFabric.Actors.Query.PagedResult<Microsoft.ServiceFabric.Actors.Query.ActorInformation>> IActorService.GetActorsAsync (Microsoft.ServiceFabric.Actors.Query.ContinuationToken continuationToken, System.Threading.CancellationToken cancellationToken);
abstract member Microsoft.ServiceFabric.Actors.IActorService.GetActorsAsync : Microsoft.ServiceFabric.Actors.Query.ContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.ServiceFabric.Actors.Query.PagedResult<Microsoft.ServiceFabric.Actors.Query.ActorInformation>>
override this.Microsoft.ServiceFabric.Actors.IActorService.GetActorsAsync : Microsoft.ServiceFabric.Actors.Query.ContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.ServiceFabric.Actors.Query.PagedResult<Microsoft.ServiceFabric.Actors.Query.ActorInformation>>
Function GetActorsAsync (continuationToken As ContinuationToken, cancellationToken As CancellationToken) As Task(Of PagedResult(Of ActorInformation)) Implements IActorService.GetActorsAsync
Paramètres
- continuationToken
- ContinuationToken
Jeton de continuation à partir duquel commencer l’interrogation des résultats. Une valeur Null de jeton de continuation signifie que commencer à retourner des valeurs à partir du début.
- cancellationToken
- CancellationToken
Propage une notification indiquant que des opérations doivent être annulées.
Retours
Tâche qui représente l’opération asynchrone d’appel au serveur.
Implémente
S’applique à
Azure SDK for .NET