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

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

Parameters

first
Type: MongoDB.Driver.Core.EventsIConnectionPoolListener
The first connection pool.
second
Type: MongoDB.Driver.Core.EventsIConnectionPoolListener
The second connection pool.
See Also