MongoClientSettingsClone Method |
Creates a clone of the settings.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.3.0
Syntax public MongoClientSettings Clone()
Public Function Clone As MongoClientSettings
member Clone : unit -> MongoClientSettings
Return Value
Type:
MongoClientSettingsA clone of the settings.
See Also