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

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.3.0
Syntax
C#
public Builder AddContactPoints(
	params string[] addresses
)

Parameters

addresses
Type: SystemString
addresses of the nodes to add as contact point

Return Value

Type: Builder
this Builder
See Also