HslTimeOutIsSuccessful 属性 |
操作是否成功,当操作完成的时候,需要设置为
True,超时检测自动结束。如果一直为
False,超时检测到超时,设置
IsTimeout为
True
Whether the operation is successful, when the operation is completed, it needs to be set to
True,
and the timeout detection will automatically end. If it is always
False,
the timeout is detected by the timeout, set
IsTimeout to
True
命名空间:
HslCommunication
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public bool IsSuccessful { get; set; }
Public Property IsSuccessful As Boolean
Get
Set
public:
property bool IsSuccessful {
bool get ();
void set (bool value);
}
member IsSuccessful : bool with get, set
属性值
类型:
Boolean参见