ConnectPoolTConnectorUseConnectorMax 属性  | 
 
            当前已经使用的连接数的峰值,可以用来衡量当前系统的适用的连接池上限。
            The current peak value of the number of connections used can be used to measure the upper limit of the applicable connection pool of the current system.
            
 
        命名空间: 
     HslCommunication.Algorithms.ConnectPool
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
语法public int UseConnectorMax { get; }Public ReadOnly Property UseConnectorMax As Integer
	Get
public:
property int UseConnectorMax {
	int get ();
}member UseConnectorMax : int with get
属性值
类型:
Int32
参见