RedisClientPoolMaxConnector 属性 |
获取或设置最大的连接数,当实际的连接数超过最大的连接数的时候,就会进行阻塞,直到有新的连接对象为止。
Get or set the maximum number of connections. When the actual number of connections exceeds the maximum number of connections,
it will block until there is a new connection object.
命名空间:
HslCommunication.Enthernet.Redis
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public int MaxConnector { get; set; }
Public Property MaxConnector As Integer
Get
Set
public:
property int MaxConnector {
int get ();
void set (int value);
}
member MaxConnector : int with get, set
属性值
类型:
Int32参见