MongoClient Servers Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns all connected servers

Namespace: NFX.DataAccess.MongoDB.Connector
Assembly: NFX.MongoDB (in NFX.MongoDB.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public IRegistry<ServerNode> Servers { get; }

Property Value

Type: IRegistry ServerNode 
See Also