Struct ClusterAddedServerEvent
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Occurs after a server is added to the cluster.
public struct ClusterAddedServerEvent
Inherited Members
object.ReferenceEquals(object, object)
Constructors
ClusterAddedServerEvent(ServerId, TimeSpan)
Initializes a new instance of the ClusterAddedServerEvent struct.
Properties
Gets the cluster identifier.
Gets the duration of time it took to add a server,
Gets the server identifier.
Gets the timestamp.