Click or drag to resize

DseClusterBuilderAddContactPoint Method (IPAddress)

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(
	IPAddress address
)

Parameters

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

Return Value

Type: DseClusterBuilder
this Builder
See Also