Click or drag to resize

ClusterSelectingServerEvent Constructor

Initializes a new instance of the ClusterSelectingServerEvent struct.

Namespace:  MongoDB.Driver.Core.Events
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax
public ClusterSelectingServerEvent(
	ClusterDescription clusterDescription,
	IServerSelector serverSelector,
	long? operationId,
	string operationName
)

Parameters

clusterDescription
Type: MongoDB.Driver.Core.ClustersClusterDescription
The cluster description.
serverSelector
Type: MongoDB.Driver.Core.Clusters.ServerSelectorsIServerSelector
The server selector.
operationId
Type: SystemNullableInt64
The operation identifier.
operationName
Type: SystemString
The operation name.
See Also