| MongoServerGetServerInstance Method  | 
 
            Gets the server instance.
            
 
    Namespace: 
   MongoDB.Driver
    Assembly:
   MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.12.2+a4a3888f4fb51bb518b1eb5002effc2d47f2ea6a
 Syntax
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
See Also