Struct ClusterSelectingServerEvent

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

Namespace

MongoDB.Driver.Core.Events

Assembly

MongoDB.Driver.dll

Occurs before a server is selected.

public struct ClusterSelectingServerEvent

Inherited Members

Constructors

ClusterSelectingServerEvent(ClusterDescription, IServerSelector, long?, string)

Initializes a new instance of the ClusterSelectingServerEvent struct.

Properties

ClusterDescription

Gets the cluster description.

ClusterId

Gets the cluster identifier.

OperationId

Gets the operation identifier.

OperationName

Gets the operation name.

ServerSelector

Gets the server selector.

Timestamp

Gets the timestamp.