点击或拖拽改变大小

CommunicationPipeCommunicationLock 属性

获取或设置当前管道的线程锁对象,默认是简单的一个互斥锁
Gets or sets the thread lock object of the current pipeline, which defaults to a simple mutex

命名空间:  HslCommunication.Core.Pipe
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public ICommunicationLock CommunicationLock { get; set; }

属性值

类型:ICommunicationLock
参见