Click or drag to resize
DseClusterBuilderAddContactPoints Method (String)
Add contact points. See AddContactPoint(String) for more details on contact points.

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
public DseClusterBuilder AddContactPoints(
	params string[] addresses
)

Parameters

addresses
Type: SystemString
addresses of the nodes to add as contact point

Return Value

Type: DseClusterBuilder
this Builder
See Also