Struct ClusterClosedEvent
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Occurs after a cluster is closed.
public struct ClusterClosedEventInherited Members
object.ReferenceEquals(object, object)
Constructors
ClusterClosedEvent(ClusterId, TimeSpan)
Initializes a new instance of the ClusterClosedEvent struct.
Properties
Gets the cluster identifier.
Gets the duration of time it took to close the cluster.
Gets the timestamp.