Click or drag to resize

MongoDatabaseSettingsFrozenCopy Method

Returns a frozen copy of the settings.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
Syntax
public MongoDatabaseSettings FrozenCopy()

Return Value

Type: MongoDatabaseSettings
A frozen copy of the settings.
See Also