根据读写情况请求锁
命名空间:
HslCommunication.Core
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public void Enter(
bool exclusive
)
Public Sub Enter (
exclusive As Boolean
)
public:
void Enter(
bool exclusive
)
member Enter :
exclusive : bool -> unit
参数
- exclusive
- 类型:SystemBoolean
True为写请求,False为读请求
参见