File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -959,10 +959,11 @@ Miscellaneous Options
959
959
.. tip:: Freeze Settings
960
960
961
961
You can freeze the settings on a ``MongoClientSettings`` object by calling its
962
- ``Freeze()`` method. This prevents any further changes to the settings.
962
+ `Freeze() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.MongoClientSettings.Freeze.html>`__
963
+ method. This prevents any further changes to the settings.
963
964
964
- Alternatively, you can call the `` FrozenCopy()`` method to create a new
965
- ``MongoClientSettings`` object with the current settings frozen.
965
+ Alternatively, you can call the `FrozenCopy() <{+ new-api-root+}/MongoDB.Driver/MongoDB.Driver.MongoClientSettings.FrozenCopy.html>`__
966
+ method to create a new ``MongoClientSettings`` object with the current settings frozen.
966
967
967
968
LoadBalanced
968
969
~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments