| PoolingOptionsSetCoreConnectionsPerHost Method  | 
             Sets the core number of connections per host.
            
 
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntaxpublic PoolingOptions SetCoreConnectionsPerHost(
	HostDistance distance,
	int coreConnections
)
Parameters
- distance
 - Type: DseHostDistance
 the HostDistance for which to set this threshold. - coreConnections
 - Type: SystemInt32
 the value to set  
Return Value
Type: 
PoolingOptionsthis 
PoolingOptions. 
See Also