Click or drag to resize
BuilderBuild Method
Build the cluster with the configured set of initial contact points and policies. This is a shorthand for Cluster.buildFrom(this).

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

Return Value

Type: Cluster
the newly build Cluster instance.
See Also