Table of Contents

Method WithoutServerDescription

Namespace
MongoDB.Driver.Core.Clusters
Assembly
MongoDB.Driver.Core.dll

WithoutServerDescription(EndPoint)

Returns a new ClusterDescription with a ServerDescription removed.

public ClusterDescription WithoutServerDescription(EndPoint endPoint)

Parameters

endPoint EndPoint

The end point of the server description to remove.

Returns

ClusterDescription

A ClusterDescription.