NetSoftUpdateServerOnlineSessions 属性 |
获取当前在线的客户端数量信息,一般是正在下载中的会话客户端数量。
Get information about the number of currently online clients, generally the number of session clients that are being downloaded.
命名空间:
HslCommunication.Enthernet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public int OnlineSessions { get; }
Public ReadOnly Property OnlineSessions As Integer
Get
public:
property int OnlineSessions {
int get ();
}
member OnlineSessions : int with get
属性值
类型:
Int32参见