次の方法で共有


ActorService.IActorService.GetActorsAsync メソッド

定義

アクター サービスに対してクエリを実行して、アクターの一覧を取得します。

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

パラメーター

continuationToken
ContinuationToken

結果のクエリを開始する継続トークン。 継続トークンの null 値は、先頭から値を返し始めるという意味です。

cancellationToken
CancellationToken

操作を取り消す通知を配信します。

戻り値

サーバーへの呼び出しの非同期操作を表すタスク。

実装

適用対象