Click or drag to resize

PoolingOptionsSetWarmup Method

Sets whether all connections to hosts in the local datacenter must be opened on connect. Default: true.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public PoolingOptions SetWarmup(
	bool doWarmup
)

Parameters

doWarmup
Type: SystemBoolean

Return Value

Type: PoolingOptions
See Also