ClusterSelectingServerFailedEvent Constructor |
Namespace:
MongoDB.Driver.Core.Events
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.14.0+2b37a1fe1cbdbe1a020b52b77f1197b6d77575e7
Syntax public ClusterSelectingServerFailedEvent(
ClusterDescription clusterDescription,
IServerSelector serverSelector,
Exception exception,
long? operationId
)
Public Sub New (
clusterDescription As ClusterDescription,
serverSelector As IServerSelector,
exception As Exception,
operationId As Long?
)
new :
clusterDescription : ClusterDescription *
serverSelector : IServerSelector *
exception : Exception *
operationId : Nullable<int64> -> ClusterSelectingServerFailedEvent
Parameters
- clusterDescription
- Type: MongoDB.Driver.Core.ClustersClusterDescription
The cluster description. - serverSelector
- Type: MongoDB.Driver.Core.Clusters.ServerSelectorsIServerSelector
The server selector. - exception
- Type: SystemException
The exception. - operationId
- Type: SystemNullableInt64
The operation identifier.
See Also