Click or drag to resize
ClusterListenerPair Constructor
This API is preliminary and subject to change.
Initializes a new instance of the ClusterListenerPair class.

Namespace: MongoDB.Driver.Core.Events
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.0.1
Syntax
public ClusterListenerPair(
	IClusterListener first,
	IClusterListener second
)

Parameters

first
Type: MongoDB.Driver.Core.EventsIClusterListener
The first cluster listener.
second
Type: MongoDB.Driver.Core.EventsIClusterListener
The second cluster listener.
See Also