Click or drag to resize

BuilderAddContactPoint Method (IPEndPoint)

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

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax
C#
public Builder AddContactPoint(
	IPEndPoint address
)

Parameters

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

Return Value

Type: Builder
this Builder
See Also