Table of Contents

Constructor ClusterSelectingServerEvent

Namespace
MongoDB.Driver.Core.Events
Assembly
MongoDB.Driver.Core.dll

ClusterSelectingServerEvent(ClusterDescription, IServerSelector, long?, string)

Initializes a new instance of the ClusterSelectingServerEvent struct.

public ClusterSelectingServerEvent(ClusterDescription clusterDescription, IServerSelector serverSelector, long? operationId, string operationName)

Parameters

clusterDescription ClusterDescription

The cluster description.

serverSelector IServerSelector

The server selector.

operationId long?

The operation identifier.

operationName string

The operation name.