Struct ClusterAddingServerEvent

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver.Core.Events

Assembly

MongoDB.Driver.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.