本通讯项目单个通信对象最多的锁累积次数,超过该次数,将直接返回失败。
The maximum number of lock accumulations for a single communication object in this communication item, beyond which the number will be returned as a failure.
命名空间:
HslCommunication.Core
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static int LockLimit { get; set; }
Public Shared Property LockLimit As Integer
Get
Set
public:
static property int LockLimit {
int get ();
void set (int value);
}
static member LockLimit : int with get, set
属性值
类型:
Int32备注
默认为 1000 次
参见