Click or drag to resize

DseLoadBalancingPolicy Constructor (String)

Creates a new instance of DseLoadBalancingPolicy given the name of the local datacenter.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.6.0
Syntax
C#
public DseLoadBalancingPolicy(
	string localDc
)

Parameters

localDc
Type: SystemString
The name of the local datacenter (case-sensitive)
See Also