PoolingOptions.SetWarmup Method |
Sets whether all connections to hosts in the local datacenter must be opened on connect. Default: true.
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.5.0
Syntaxpublic PoolingOptions SetWarmup(
bool doWarmup
)
Parameters
- doWarmup
- Type: System.Boolean
Return Value
Type:
PoolingOptions
See Also