ConnectionPoolClearedEvent Structure |
Namespace: MongoDB.Driver.Core.Events
The ConnectionPoolClearedEvent type exposes the following members.
Name | Description | |
---|---|---|
ConnectionPoolClearedEvent(ServerId, ConnectionPoolSettings) |
Initializes a new instance of the ConnectionPoolClearedEvent struct.
| |
ConnectionPoolClearedEvent(ServerId, ConnectionPoolSettings, Boolean) |
Initializes a new instance of the ConnectionPoolClearedEvent struct.
| |
ConnectionPoolClearedEvent(ServerId, ConnectionPoolSettings, NullableObjectId) |
Initializes a new instance of the ConnectionPoolClearedEvent struct.
| |
ConnectionPoolClearedEvent(ServerId, ConnectionPoolSettings, NullableObjectId, Boolean) |
Initializes a new instance of the ConnectionPoolClearedEvent struct.
|
Name | Description | |
---|---|---|
CloseInUseConnections |
Gets a value indicating whether in use connections should be closed.
| |
ClusterId |
Gets the cluster identifier.
| |
ConnectionPoolSettings |
Gets the connection pool settings.
| |
ServerId |
Gets the server identifier.
| |
ServiceId |
Gets the service identifier.
| |
Timestamp |
Gets the timestamp.
|
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
ToBson |
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.) | |
ToBsonDocument |
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.) | |
ToJson |
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.) |