Click or drag to resize
PoolingOptions Constructor
DEPRECATED: It will be removed in future versions. Use Create(ProtocolVersion) instead.

Creates a new instance of PoolingOptions using defaults suitable for old server versions (Apache Cassandra 2.0 and below) for compatibility reasons. It's recommended that you use Create(ProtocolVersion) providing the server protocol version.

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.4.0
Syntax
C#
public PoolingOptions()
See Also