Table of Contents

Constructor ClusterAddingServerEvent

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

ClusterAddingServerEvent(ClusterId, EndPoint)

Initializes a new instance of the ClusterAddingServerEvent struct.

public ClusterAddingServerEvent(ClusterId clusterId, EndPoint endPoint)

Parameters

clusterId ClusterId

The cluster identifier.

endPoint EndPoint

The end point.