Click or drag to resize
BuilderAddContactPoints Method (IEnumerableString)
Add contact points. See Builder.AddContactPoint for more details on contact points.

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

Parameters

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

Return Value

Type: Builder
this Builder
See Also