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

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.4.0
Syntax
C#
public Builder AddContactPoint(
	IPAddress address
)

Parameters

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

Return Value

Type: Builder
this Builder
See Also