MongoServerGetServerInstance Method  | 
 
            Gets the server instance.
            
 
    Namespace: 
   MongoDB.Driver
    Assembly:
   MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntaxpublic virtual MongoServerInstance GetServerInstance(
	MongoServerAddress address
)
Public Overridable Function GetServerInstance ( 
	address As MongoServerAddress
) As MongoServerInstance
abstract GetServerInstance : 
        address : MongoServerAddress -> MongoServerInstance 
override GetServerInstance : 
        address : MongoServerAddress -> MongoServerInstance Parameters
- address
 - Type: MongoDB.DriverMongoServerAddress
The address. 
Return Value
Type: 
MongoServerInstanceThe server instance.
See Also