Click or drag to resize

TokenAwarePolicyDistance Method

Return the HostDistance for the provided host.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public HostDistance Distance(
	Host host
)

Parameters

host
Type: DseHost
the host of which to return the distance of.

Return Value

Type: HostDistance
the HostDistance to host as returned by the wrapped policy.

Implements

ILoadBalancingPolicyDistance(Host)
See Also