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

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
public DseClusterBuilder AddContactPoints(
	IEnumerable<IPEndPoint> addresses
)

Parameters

addresses
Type: System.Collections.GenericIEnumerableIPEndPoint
addresses of the nodes to add as contact point

Return Value

Type: DseClusterBuilder
this instance
See Also