你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IActorService 接口

定义

定义包含可在执行组件服务级别调用的方法的接口。

public interface IActorService : Microsoft.ServiceFabric.Services.Remoting.IService
type IActorService = interface
    interface IService
Public Interface IActorService
Implements IService
派生
实现

方法

DeleteActorAsync(ActorId, CancellationToken)

从执行组件服务中删除 Actor。

GetActorsAsync(ContinuationToken, CancellationToken)

通过查询执行组件服务获取执行组件列表。

GetRemindersAsync(ActorId, ContinuationToken, CancellationToken)

获取提醒列表。

适用于