Constructor ClusterAddingServerEvent
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.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.