Table of Contents

Struct ClusterClosedEvent

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

Occurs after a cluster is closed.

public struct ClusterClosedEvent
Inherited Members

Constructors

ClusterClosedEvent(ClusterId, TimeSpan)

Initializes a new instance of the ClusterClosedEvent struct.

Properties

ClusterId

Gets the cluster identifier.

Duration

Gets the duration of time it took to close the cluster.

Timestamp

Gets the timestamp.