Table of Contents

Struct ClusterAddingServerEvent

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

Occurs before a server is added to the cluster.

public struct ClusterAddingServerEvent
Inherited Members

Constructors

ClusterAddingServerEvent(ClusterId, EndPoint)

Initializes a new instance of the ClusterAddingServerEvent struct.

Properties

ClusterId

Gets the cluster identifier.

EndPoint

Gets the end point.

Timestamp

Gets the timestamp.