Click or drag to resize

ClusterBuilderExtensions Class

Extension methods for a ClusterBuilder.
Inheritance Hierarchy
SystemObject
  MongoDB.Driver.Core.ConfigurationClusterBuilderExtensions

Namespace:  MongoDB.Driver.Core.Configuration
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.7.3+Branch.v2.7.x.Sha.2f1f2be13a23b8520cb9c2ee8439c022f9a03efe
Syntax
public static class ClusterBuilderExtensions

The ClusterBuilderExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberConfigureWithConnectionString(ClusterBuilder, ConnectionString)
Configures a cluster builder from a connection string.
Public methodStatic memberConfigureWithConnectionString(ClusterBuilder, String)
Configures a cluster builder from a connection string.
Public methodStatic memberTraceCommandsWith
Configures the cluster to trace command events to the specified traceSource.
Public methodStatic memberTraceWith
Configures the cluster to trace events to the specified traceSource.
Public methodStatic memberUsePerformanceCounters
Configures the cluster to write performance counters.
Top
See Also