Click or drag to resize

BuilderBuild Method

Build the cluster with the configured set of initial contact points and policies.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public Cluster Build()

Return Value

Type: Cluster
the newly build Cluster instance.
Exceptions
ExceptionCondition
NoHostAvailableExceptionThrows a NoHostAvailableException when no host could be resolved.
ArgumentExceptionThrows an ArgumentException when no contact point was provided.
See Also