ChannelPoolSettings 构造函数

定义

初始化 ChannelPoolSettings 类的新实例。Initializes a new instance of the ChannelPoolSettings class.

public:
 ChannelPoolSettings();
public ChannelPoolSettings ();
Public Sub New ()

注解

默认属性值为:The default property values are:

这些默认配额值基于资源的保守适度分配,适用于开发环境和小型安装方案。These default quota values are based on a conservatively modest allocation of resources that are suitable for development environments and small installation scenarios. 如果某个安装耗尽了资源或是连接受到限制,则无论是否还有其他资源可用,服务管理员都应检查通道配额并调整各个配额值。Service administrators should review channel quotas and tune individual quota values if an installation is running out of resources or if connections are being limited despite the availability of additional resources.

适用于