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

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

Parameters

first
Type: MongoDB.Driver.Core.EventsIConnectionListener
The first connection listener.
second
Type: MongoDB.Driver.Core.EventsIConnectionListener
The second connection listener.
See Also