NetworkWebApiBaseTimeout 属性 |
获取或设置当前的超时时间,单位为毫秒
Get or set the current timeout period, with the unit being milliseconds
命名空间:
HslCommunication.Core.Net
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.9.1.0 (12.9.1.0)
语法public int Timeout { get; set; }Public Property Timeout As Integer
Get
Set
public:
property int Timeout {
int get ();
void set (int value);
}member Timeout : int with get, set
属性值
类型:
Int32
参见