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

IActorProxyFactory 接口

定义

定义接口,其中包含用于创建执行组件代理工厂类的方法。

public interface IActorProxyFactory
type IActorProxyFactory = interface
Public Interface IActorProxyFactory
派生

方法

CreateActorProxy<TActorInterface>(ActorId, String, String, String)

为实现执行组件接口的执行组件对象创建代理。

CreateActorProxy<TActorInterface>(Uri, ActorId, String)

为实现执行组件接口的执行组件对象创建代理。

CreateActorServiceProxy<TServiceInterface>(Uri, ActorId, String)

为承载指定执行组件 ID 并实现指定类型的服务接口的服务创建代理。

CreateActorServiceProxy<TServiceInterface>(Uri, Int64, String)

为承载指定执行组件 ID 并实现指定类型的服务接口的服务创建代理。

适用于