Struct ClusterRemovingServerEvent
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Occurs before a server is removed from the cluster.
public struct ClusterRemovingServerEvent
Inherited Members
object.ReferenceEquals(object, object)
Constructors
ClusterRemovingServerEvent(ServerId, string)
Initializes a new instance of the ClusterRemovingServerEvent struct.
Properties
Gets the cluster identifier.
Gets the reason the server is being removed.
Gets the server identifier.
Gets the timestamp.