| MongoServerGetServerInstance Method  | 
 
            Gets the server instance.
            
 
    Namespace: 
   MongoDB.Driver
    Assembly:
   MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
 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