Struct ClusterDescriptionChangedEvent
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Occurs when a cluster has changed.
public struct ClusterDescriptionChangedEvent
Inherited Members
object.ReferenceEquals(object, object)
Constructors
ClusterDescriptionChangedEvent(ClusterDescription, ClusterDescription)
Initializes a new instance of the ClusterDescriptionChangedEvent struct.
Properties
Gets the cluster identifier.
Gets the new description.
Gets the old description.
Gets the timestamp.