ActorService.getActorsAsync(ContinuationToken continuationToken, CancellationToken cancellationToken) 方法
定义
Gets the list of Actors by querying the actor service.
public CompletableFuture<PagedResult<ActorInformation>> getActorsAsync(ContinuationToken continuationToken, CancellationToken cancellationToken)
参数
- continuationToken
- ContinuationToken
A continuation token to start querying the results from. A null value of continuation token means start returning values form the beginning.
- cancellationToken
- CancellationToken
CancellationToken object to indicate the cancellation status of the operation.
返回
CompletableFuture<PagedResult<ActorInformation>>
A future that represents the asynchronous operation of call to server.