Struct ClusterOpeningEvent

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver.Core.Events

Assembly

MongoDB.Driver.dll

Occurs before a cluster is opened.

public struct ClusterOpeningEvent

Inherited Members

ValueType.Equals(object)

ValueType.GetHashCode()

ValueType.ToString()

object.Equals(object, object)

object.GetType()

object.ReferenceEquals(object, object)

Constructors

ClusterOpeningEvent(ClusterId, ClusterSettings)

Initializes a new instance of the ClusterOpeningEvent struct.

Properties

ClusterId

Gets the cluster identifier.

ClusterSettings

Gets the cluster settings.

Timestamp

Gets the timestamp.