Table of Contents

Struct ClusterOpenedEvent

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

Occurs after a cluster is opened.

public struct ClusterOpenedEvent
Inherited Members

Constructors

ClusterOpenedEvent(ClusterId, ClusterSettings, TimeSpan)

Initializes a new instance of the ClusterOpenedEvent struct.

Properties

ClusterId

Gets the cluster identifier.

ClusterSettings

Gets the cluster settings.

Duration

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

Timestamp

Gets the timestamp.