点击或拖拽改变大小

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.0.0.0 (12.0.0.0)
语法
public int ConnectTimeOut { get; set; }

属性值

类型:Int32
参见