获取或设置是否记录线程ID的数据信息,默认为 True,表示记录,否则,需要设置为 False
Get or set whether to record the data information of the thread ID, the default is True, which means record, otherwise, it needs to be set to False
命名空间:
HslCommunication.LogNet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 bool LogThreadID { get; set; }
Property LogThreadID As Boolean
Get
Set
property bool LogThreadID {
bool get ();
void set (bool value);
}
abstract LogThreadID : bool with get, set
属性值
类型:
Boolean参见