你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ActorProxyFactory 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示用于创建远程执行组件对象的代理的工厂类。
public class ActorProxyFactory : Microsoft.ServiceFabric.Actors.Client.IActorProxyFactory
type ActorProxyFactory = class
interface IActorProxyFactory
Public Class ActorProxyFactory
Implements IActorProxyFactory
- 继承
-
ActorProxyFactory
- 实现
构造函数
方法
CreateActorProxy<TActorInterface>(ActorId, String, String, String) |
创建对执行组件对象的代理,该对象实现执行组件接口。 |
CreateActorProxy<TActorInterface>(Uri, ActorId, String) |
创建对执行组件对象的代理,该对象实现执行组件接口。 |
CreateActorServiceProxy<TServiceInterface>(Uri, ActorId, String) |
为托管指定执行组件 ID 并实现指定类型的服务接口的服务执行组件服务创建代理。 |
CreateActorServiceProxy<TServiceInterface>(Uri, Int64, String) |
为托管指定执行组件 ID 并实现指定类型的服务接口的服务执行组件服务创建代理。 |
Dispose() |
释放托管/非托管资源。 正在添加 Dispose 方法,而不是使其为 IDisposable,这样它就不会更改类型信息,也不会是中断性变更。 |