Namespace:
MongoDB.Driver.Core.Events
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntaxpublic ClusterSelectingServerEvent(
ClusterDescription clusterDescription,
IServerSelector serverSelector,
Nullable<long> operationId
)
Public Sub New (
clusterDescription As ClusterDescription,
serverSelector As IServerSelector,
operationId As Nullable(Of Long)
)
new :
clusterDescription : ClusterDescription *
serverSelector : IServerSelector *
operationId : Nullable<int64> -> ClusterSelectingServerEvent
Parameters
- clusterDescription
- Type: MongoDB.Driver.Core.ClustersClusterDescription
The cluster description. - serverSelector
- Type: MongoDB.Driver.Core.Clusters.ServerSelectorsIServerSelector
The server selector. - operationId
- Type: SystemNullableInt64
The operation identifier.
See Also