Click or drag to resize
BuilderAddContactPoints 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 Builder AddContactPoints(
	IEnumerable<IPEndPoint> addresses
)

Parameters

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

Return Value

Type: Builder
this Builder
See Also