Table of Contents

Constructor ServerId

Namespace
MongoDB.Driver.Core.Servers
Assembly
MongoDB.Driver.Core.dll

ServerId(ClusterId, EndPoint)

Initializes a new instance of the ServerId class.

public ServerId(ClusterId clusterId, EndPoint endPoint)

Parameters

clusterId ClusterId

The cluster identifier.

endPoint EndPoint

The end point.