RedisSubscribeConnectTimeOut 属性 |
获取或设置当前连接超时时间,主要对
ConnectServer 方法有影响,默认值为 5000,也即是5秒。
Get or set the current connection timeout period, which mainly affects the
ConnectServer method. The default value is 5000, which is 5 seconds.
命名空间:
HslCommunication.Enthernet.Redis
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public int ConnectTimeOut { get; set; }
Public Property ConnectTimeOut As Integer
Get
Set
public:
property int ConnectTimeOut {
int get ();
void set (int value);
}
member ConnectTimeOut : int with get, set
属性值
类型:
Int32参见