ChannelPoolSettings.MaxOutboundChannelsPerEndpoint 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置可由服务启动的连接到远程终结点的最大通道数目。
public:
property int MaxOutboundChannelsPerEndpoint { int get(); void set(int value); };
public int MaxOutboundChannelsPerEndpoint { get; set; }
member this.MaxOutboundChannelsPerEndpoint : int with get, set
Public Property MaxOutboundChannelsPerEndpoint As Integer
属性值
一个正整数,指定池中可由服务启动的连接到远程终结点的最大通道数目。 默认值为 10 个通道。
例外
注解
MaxOutboundChannelsPerEndpoint 配额设置服务器与客户端上的缓存限制,用于提高可靠性。 其默认值基于资源的保守适度分配,适用于开发环境和小型安装方案。 如果某个安装耗尽了资源或是连接受到限制,则无论是否还有其他资源可用,服务管理员都应检查该值。