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

ActorProxyFactory 类

定义

表示用于创建远程执行组件对象的代理的工厂类。

public class ActorProxyFactory : Microsoft.ServiceFabric.Actors.Client.IActorProxyFactory
type ActorProxyFactory = class
    interface IActorProxyFactory
Public Class ActorProxyFactory
Implements IActorProxyFactory
继承
ActorProxyFactory
实现

构造函数

ActorProxyFactory(Func<IServiceRemotingCallbackMessageHandler,IServiceRemotingClientFactory>, OperationRetrySettings)

使用 V2 远程处理客户端工厂初始化 类的新实例 ActorProxyFactory

ActorProxyFactory(OperationRetrySettings)

初始化 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,这样它就不会更改类型信息,也不会是中断性变更。

适用于