MongoClientSettingsClusterConfigurator Property |
Gets or sets the cluster configurator.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.3.0
Syntax public Action<ClusterBuilder> ClusterConfigurator { get; set; }
Public Property ClusterConfigurator As Action(Of ClusterBuilder)
Get
Set
member ClusterConfigurator : Action<ClusterBuilder> with get, set
Property Value
Type:
ActionClusterBuilderSee Also