Click or drag to resize

PoolingOptionsGetMaxConnectionPerHost Method

The maximum number of connections per host.

For the provided distance, this correspond to the maximum number of connections that can be created per host at that distance.

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

Parameters

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

Return Value

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