| CommunicationTcpServerLogDebugMessage 属性  | 
 
            记录一些调试日志的委托,将会进行输出调试文本。
            The delegate that records some debug logs will output debug text.
            
 
        命名空间: 
     HslCommunication.Core.Net
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.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 参见
参见