CommunicationTcpServerLogDebugMessage 属性 |
记录一些调试日志的委托,将会进行输出调试文本。
The delegate that records some debug logs will output debug text.
命名空间:
HslCommunication.Core.Net
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public Action<string> LogDebugMessage { get; set; }
Public Property LogDebugMessage As Action(Of String)
Get
Set
public:
property Action<String^>^ LogDebugMessage {
Action<String^>^ get ();
void set (Action<String^>^ value);
}
member LogDebugMessage : Action<string> with get, set
属性值
类型:
ActionString参见