ConnectPoolTConnectorMaxConnector 属性  | 
 
            获取或设置最大的连接数,当实际的连接数超过最大的连接数的时候,就会进行阻塞,直到有新的连接对象为止。
            Get or set the maximum number of connections. When the actual number of connections exceeds the maximum number of connections, 
            it will block until there is a new connection object.
            
 
        命名空间: 
     HslCommunication.Algorithms.ConnectPool
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
语法public int MaxConnector { get; set; }Public Property MaxConnector As Integer
	Get
	Set
public:
property int MaxConnector {
	int get ();
	void set (int value);
}member MaxConnector : int with get, set
属性值
类型:
Int32
参见