你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
WcfActorRemotingProviderAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 WCF 设置为执行组件的默认远程处理提供程序。
[System.AttributeUsage(System.AttributeTargets.Assembly)]
public sealed class WcfActorRemotingProviderAttribute : Microsoft.ServiceFabric.Actors.Remoting.ActorRemotingProviderAttribute
[<System.AttributeUsage(System.AttributeTargets.Assembly)>]
type WcfActorRemotingProviderAttribute = class
inherit ActorRemotingProviderAttribute
Public NotInheritable Class WcfActorRemotingProviderAttribute
Inherits ActorRemotingProviderAttribute
- 继承
- 属性
构造函数
WcfActorRemotingProviderAttribute() |
初始化 类的新实例, WcfActorRemotingProviderAttribute 该实例可用于将 WCF 设置为执行组件的默认远程处理提供程序。 |
属性
CloseTimeoutInMilliSeconds |
获取或设置在中止连接之前等待消息排空连接的时间(以毫秒为单位)。 |
MaxMessageSize |
获取或设置远程处理消息的最大大小(以字节为单位)。 如果未指定此属性的值或该值小于或等于零,则使用默认值 4,194,304 字节 (4 MB) 。 |
OpenTimeoutInMilliSeconds |
获取或设置等待打开连接的时间(以毫秒为单位)。 |
RemotingClientVersion |
获取或设置 RemotingClientVersion,以确定使用 V1 或 V2 远程处理客户端的位置。 (继承自 ActorRemotingProviderAttribute) |
RemotingListenerVersion |
获取或设置 RemotingListenerVersion 以确定侦听器在 V1、V2 中的位置。 (继承自 ActorRemotingProviderAttribute) |
方法
CreateServiceRemotingClientFactory(IServiceRemotingCallbackClient) |
创建服务远程处理客户端工厂以连接到远程执行组件接口。 |
CreateServiceRemotingClientFactory(IServiceRemotingCallbackMessageHandler) |
创建 V2 服务远程处理客户端工厂以连接到远程执行组件接口。 |
CreateServiceRemotingListener(ActorService) |
创建用于远程处理执行组件接口的服务远程处理侦听器。 |
CreateServiceRemotingListeners() |
创建 V2 服务远程处理侦听器,用于远程处理执行组件接口。 |