Table of Contents

Struct ClusterSelectingServerFailedEvent

Namespace
MongoDB.Driver.Core.Events
Assembly
MongoDB.Driver.Core.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

ClusterDescription

Gets the cluster description.

ClusterId

Gets the cluster identifier.

Exception

Gets the exception.

OperationId

Gets the operation identifier.

OperationName

Gets the operation name.

ServerSelector

Gets the server selector.

Timestamp

Gets the timestamp.