Click or drag to resize

PoolingOptionsGetCoreConnectionsPerHost Method

The core number of connections per host.

For the provided HostDistance, this correspond to the number of connections initially created and kept open to each host of that distance.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public int GetCoreConnectionsPerHost(
	HostDistance distance
)

Parameters

distance
Type: DseHostDistance
The HostDistance for which to return this threshold.

Return Value

Type: Int32
the core number of connections per host at distance HostDistance.
See Also