Table of Contents

Struct ConnectionClosingEvent

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

Occurs before a connection is closed.

public struct ConnectionClosingEvent
Inherited Members

Constructors

ConnectionClosingEvent(ConnectionId, long?)

Initializes a new instance of the ConnectionClosingEvent 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.