Click or drag to resize

BuilderPoolingOptions Property

The pooling options used by this builder.

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

Return Value

Type: PoolingOptions
the pooling options that will be used by this builder. You can use the returned object to define the initial pooling options for the built cluster.
See Also