Struct ClusterSelectingServerFailedEvent

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver.Core.Events

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

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.