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; }
Public Property CommunicationLock As ICommunicationLock
Get
Set
public:
property ICommunicationLock^ CommunicationLock {
ICommunicationLock^ get ();
void set (ICommunicationLock^ value);
}
member CommunicationLock : ICommunicationLock with get, set
属性值
类型:
ICommunicationLock参见