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