[This is preliminary documentation and is subject to change.]
Returns all connected servers
Namespace: NFX.DataAccess.MongoDB.ConnectorAssembly: NFX.MongoDB (in NFX.MongoDB.dll) Version: 3.0.0.1 (3.0.0.1)
public IRegistry<ServerNode> Servers { get; }
public IRegistry<ServerNode> Servers { get; }
Public ReadOnly Property Servers As IRegistry(Of ServerNode)
Get
Public ReadOnly Property Servers As IRegistry(Of ServerNode)
Get
public:
property IRegistry<ServerNode^>^ Servers {
IRegistry<ServerNode^>^ get ();
}
public:
property IRegistry<ServerNode^>^ Servers {
IRegistry<ServerNode^>^ get ();
}
member Servers : IRegistry<ServerNode> with get
member Servers : IRegistry<ServerNode> with get
Property Value
Type:
IRegistry ServerNode