Click or drag to resize

ConnectionPoolClearedEvent Constructor (ServerId, ConnectionPoolSettings, Boolean)

Initializes a new instance of the ConnectionPoolClearedEvent struct.

Namespace:  MongoDB.Driver.Core.Events
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax
public ConnectionPoolClearedEvent(
	ServerId serverId,
	ConnectionPoolSettings connectionPoolSettings,
	bool closeInUseConnections
)

Parameters

serverId
Type: MongoDB.Driver.Core.ServersServerId
The server identifier.
connectionPoolSettings
Type: MongoDB.Driver.Core.ConfigurationConnectionPoolSettings
The connection pool settings.
closeInUseConnections
Type: SystemBoolean
Whether in use connections should be closed.
See Also