Struct ClusterDescriptionChangedEvent

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

Namespace

MongoDB.Driver.Core.Events

Assembly

MongoDB.Driver.dll

Occurs when a cluster has changed.

public struct ClusterDescriptionChangedEvent

Inherited Members

ValueType.Equals(object)

ValueType.GetHashCode()

ValueType.ToString()

object.Equals(object, object)

object.GetType()

object.ReferenceEquals(object, object)

Constructors

ClusterDescriptionChangedEvent(ClusterDescription, ClusterDescription)

Initializes a new instance of the ClusterDescriptionChangedEvent struct.

Properties

ClusterId

Gets the cluster identifier.

NewDescription

Gets the new description.

OldDescription

Gets the old description.

Timestamp

Gets the timestamp.