Table of Contents

Struct ConnectionPoolRemovingConnectionEvent

Namespace
MongoDB.Driver.Core.Events
Assembly
MongoDB.Driver.Core.dll

Occurs before a connection is removed from the pool.

public struct ConnectionPoolRemovingConnectionEvent
Inherited Members

Constructors

ConnectionPoolRemovingConnectionEvent(ConnectionId, long?)

Initializes a new instance of the ConnectionPoolRemovingConnectionEvent struct.

Properties

ClusterId

Gets the cluster identifier.

ConnectionId

Gets the connection identifier.

OperationId

Gets the operation identifier.

ServerId

Gets the server identifier.

Timestamp

Gets the timestamp.