Constructor ConnectionPoolClearedEvent
ConnectionPoolClearedEvent(ServerId, ConnectionPoolSettings)
Initializes a new instance of the ConnectionPoolClearedEvent struct.
public ConnectionPoolClearedEvent(ServerId serverId, ConnectionPoolSettings connectionPoolSettings)
Parameters
serverId
ServerIdThe server identifier.
connectionPoolSettings
ConnectionPoolSettingsThe connection pool settings.
ConnectionPoolClearedEvent(ServerId, ConnectionPoolSettings, bool)
Initializes a new instance of the ConnectionPoolClearedEvent struct.
public ConnectionPoolClearedEvent(ServerId serverId, ConnectionPoolSettings connectionPoolSettings, bool closeInUseConnections)
Parameters
serverId
ServerIdThe server identifier.
connectionPoolSettings
ConnectionPoolSettingsThe connection pool settings.
closeInUseConnections
boolWhether in use connections should be closed.
ConnectionPoolClearedEvent(ServerId, ConnectionPoolSettings, ObjectId?)
Initializes a new instance of the ConnectionPoolClearedEvent struct.
public ConnectionPoolClearedEvent(ServerId serverId, ConnectionPoolSettings connectionPoolSettings, ObjectId? serviceId)
Parameters
serverId
ServerIdThe server identifier.
connectionPoolSettings
ConnectionPoolSettingsThe connection pool settings.
serviceId
ObjectId?The service identifier.
ConnectionPoolClearedEvent(ServerId, ConnectionPoolSettings, ObjectId?, bool)
Initializes a new instance of the ConnectionPoolClearedEvent struct.
public ConnectionPoolClearedEvent(ServerId serverId, ConnectionPoolSettings connectionPoolSettings, ObjectId? serviceId, bool closeInUseConnections)
Parameters
serverId
ServerIdThe server identifier.
connectionPoolSettings
ConnectionPoolSettingsThe connection pool settings.
serviceId
ObjectId?The service identifier.
closeInUseConnections
boolWhether in use connections should be closed.