Struct ClusterSelectingServerFailedEvent
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Occurs when selecting a server fails.
public struct ClusterSelectingServerFailedEvent
Inherited Members
Constructors
ClusterSelectingServerFailedEvent(ClusterDescription, IServerSelector, Exception, long?, string)
Initializes a new instance of the ClusterSelectingServerFailedEvent struct.
Properties
Gets the cluster description.
Gets the cluster identifier.
Gets the exception.
Gets the operation identifier.
Gets the operation name.
Gets the server selector.
Gets the timestamp.