Click or drag to resize

ConnectionPoolClearedEvent Constructor (ServerId, ConnectionPoolSettings, NullableObjectId)

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,
	Nullable<ObjectId> serviceId
)

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.
See Also