Click or drag to resize

ConnectionPoolClearingEvent Constructor (ServerId, ConnectionPoolSettings, NullableObjectId, Boolean)

Initializes a new instance of the ConnectionPoolClearingEvent struct.

Namespace:  MongoDB.Driver.Core.Events
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax
public ConnectionPoolClearingEvent(
	ServerId serverId,
	ConnectionPoolSettings connectionPoolSettings,
	Nullable<ObjectId> serviceId,
	bool closeInUseConnections
)

Parameters

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