Constructor ClusterSelectedServerEvent
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
ClusterSelectedServerEvent(ClusterDescription, IServerSelector, ServerDescription, TimeSpan, long?, string)
public ClusterSelectedServerEvent(ClusterDescription clusterDescription, IServerSelector serverSelector, ServerDescription selectedServer, TimeSpan duration, long? operationId, string operationName)Parameters
clusterDescription ClusterDescription
The cluster description.
serverSelector IServerSelector
The server selector.
selectedServer ServerDescription
The selected server.
duration TimeSpan
The duration of time it took to select the server.
operationId long?
The operation identifier.
operationName string
The operation name.