PoolingOptionsSetWarmup Method  | 
 
            Sets whether all connections to hosts in the local datacenter must be opened on connect. Default: true.
            
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.10.0
Syntaxpublic PoolingOptions SetWarmup(
	bool doWarmup
)
Parameters
- doWarmup
 - Type: SystemBoolean
 
Return Value
Type: 
PoolingOptions
See Also