BuilderAddContactPoints Method (IPEndPoint) |
Add contact points. See Builder.AddContactPoint for more details
on contact points.
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntax public Builder AddContactPoints(
params IPEndPoint[] addresses
)
Parameters
- addresses
- Type: System.NetIPEndPoint
addresses of the nodes to add as contact point
Return Value
Type:
Builderthis Builder
See Also