NetSimplifyServerReceiveStringEvent 事件 |
接收字符串信息的事件
命名空间:
HslCommunication.Enthernet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public event Action<AppSession, NetHandle, string> ReceiveStringEvent
Public Event ReceiveStringEvent As Action(Of AppSession, NetHandle, String)
public:
event Action<AppSession^, NetHandle, String^>^ ReceiveStringEvent {
void add (Action<AppSession^, NetHandle, String^>^ value);
void remove (Action<AppSession^, NetHandle, String^>^ value);
}
member ReceiveStringEvent : IEvent<Action<AppSession, NetHandle, string>,
EventArgs>
值
类型:
SystemActionAppSession,
NetHandle,
String参见