MongoServerGetAllServers Method  | 
 
            Gets an array containing a snapshot of the set of all servers that have been created so far.
            
 
    Namespace: 
   MongoDB.Driver
    Assembly:
   MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntaxpublic static MongoServer[] GetAllServers()
Public Shared Function GetAllServers As MongoServer()
static member GetAllServers : unit -> MongoServer[] 
Return Value
Type: 
MongoServerAn array containing a snapshot of the set of all servers that have been created so far.
See Also