Click or drag to resize

BuilderAddContactPoints Method (IEnumerableIPAddress)

Add contact points. See Builder.AddContactPoint for more details on contact points.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.6.0
Syntax
C#
public Builder AddContactPoints(
	IEnumerable<IPAddress> addresses
)

Parameters

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

Return Value

Type: Builder
this Builder
See Also