Table of Contents

Struct ClusterRemovingServerEvent

Namespace
MongoDB.Driver.Core.Events
Assembly
MongoDB.Driver.Core.dll

Occurs before a server is removed from the cluster.

public struct ClusterRemovingServerEvent
Inherited Members

Constructors

ClusterRemovingServerEvent(ServerId, string)

Initializes a new instance of the ClusterRemovingServerEvent struct.

Properties

ClusterId

Gets the cluster identifier.

Reason

Gets the reason the server is being removed.

ServerId

Gets the server identifier.

Timestamp

Gets the timestamp.