ConnectPoolTConnectorUsedConnector 属性  | 
 
            当前已经使用的连接数,会根据使用的频繁程度进行动态的变化。
            The number of currently used connections will dynamically change according to the frequency of use.
            
 
        命名空间: 
     HslCommunication.Algorithms.ConnectPool
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
语法public int UsedConnector { get; }Public ReadOnly Property UsedConnector As Integer
	Get
public:
property int UsedConnector {
	int get ();
}member UsedConnector : int with get
属性值
类型:
Int32
参见