Click or drag to resize

ConfigurationPoolingOptions Property

The connection pooling configuration, defaults to null.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.6.0
Syntax
C#
public PoolingOptions PoolingOptions { get; }

Return Value

Type: PoolingOptions
the pooling options.
See Also