Click or drag to resize

ClusterDescription Constructor (ClusterId, NullableBoolean, Exception, ClusterType, IEnumerableServerDescription)

Initializes a new instance of the ClusterDescription class.

Namespace:  MongoDB.Driver.Core.Clusters
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.12.2+a4a3888f4fb51bb518b1eb5002effc2d47f2ea6a
Syntax
public ClusterDescription(
	ClusterId clusterId,
	Nullable<bool> directConnection,
	Exception dnsMonitorException,
	ClusterType type,
	IEnumerable<ServerDescription> servers
)

Parameters

clusterId
Type: MongoDB.Driver.Core.ClustersClusterId
The cluster identifier.
directConnection
Type: SystemNullableBoolean
Whether to make a direct connection.
dnsMonitorException
Type: SystemException
The last DNS monitor exception (null if there was none).
type
Type: MongoDB.Driver.Core.ClustersClusterType
The type.
servers
Type: System.Collections.GenericIEnumerableServerDescription
The servers.
See Also