NetComplexServerAllClientsStatusChange 事件 |
客户端的上下限状态变更时触发,仅作为在线客户端识别
命名空间:
HslCommunication.Enthernet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public event Action<int> AllClientsStatusChange
Public Event AllClientsStatusChange As Action(Of Integer)
public:
event Action<int>^ AllClientsStatusChange {
void add (Action<int>^ value);
void remove (Action<int>^ value);
}
member AllClientsStatusChange : IEvent<Action<int>,
EventArgs>
值
类型:
SystemActionInt32参见