NetComplexClientMessageAlerts 事件 |
服务器的异常,启动,等等一般消息产生的时候,出发此事件
命名空间:
HslCommunication.Enthernet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public event Action<string> MessageAlerts
Public Event MessageAlerts As Action(Of String)
public:
event Action<String^>^ MessageAlerts {
void add (Action<String^>^ value);
void remove (Action<String^>^ value);
}
member MessageAlerts : IEvent<Action<string>,
EventArgs>
值
类型:
SystemActionString参见