Struct ClusterRemovedServerEvent
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Occurs after a server has been removed from the cluster.
public struct ClusterRemovedServerEvent
Inherited Members
Constructors
ClusterRemovedServerEvent(ServerId, string, TimeSpan)
Initializes a new instance of the ClusterRemovedServerEvent struct.
Properties
Gets the cluster identifier.
Gets the duration of time it took to remove the server.
Gets the reason the server was removed.
Gets the server identifier.
Gets the timestamp.