DeviceCommConnectorIsConnectUsing 属性  | 
 
            指示当前的连接是否在使用用
            
 
        命名空间: 
     HslCommunication.Algorithms.ConnectPool
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
语法public bool IsConnectUsing { get; set; }Public Property IsConnectUsing As Boolean
	Get
	Set
public:
virtual property bool IsConnectUsing {
	bool get () sealed;
	void set (bool value) sealed;
}abstract IsConnectUsing : bool with get, set
override IsConnectUsing : bool with get, set
属性值
类型:
Boolean实现
IConnectorIsConnectUsing
参见