MongoClient Constructor (MongoUrl) |
Initializes a new instance of the MongoClient class.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.3.0
Syntax public MongoClient(
MongoUrl url
)
Public Sub New (
url As MongoUrl
)
new :
url : MongoUrl -> MongoClient
Parameters
- url
- Type: MongoDB.DriverMongoUrl
The URL.
See Also