Click or drag to resize

DseClusterBuilderAddContactPoint Method (IPEndPoint)

Add contact point. See AddContactPoint(String) for more details on contact points.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public DseClusterBuilder AddContactPoint(
	IPEndPoint address
)

Parameters

address
Type: System.NetIPEndPoint
address of the node to add as contact point

Return Value

Type: DseClusterBuilder
this Builder
See Also