File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,10 @@ The 3.0 driver release includes the following new features:
6262
6363- The ``IMongoClient`` interface inherits the ``IDisposable`` interface. As a result, the
6464 ``MongoClient`` class and other classes that implement the ``IMongoClient`` interface
65- contain a ``Dispose()`` method. To learn more about this interface and use of the
65+ contain a ``Dispose()`` method, which disposes of the underlying cluster and
66+ connections to the MongoDB server. This implementation is experimental.
67+
68+ To learn more about the ``IDisposable`` interface and use of the
6669 ``Dispose()`` method, see
6770 `Dispose Pattern <https://learn.microsoft.com/en-us/dotnet/standard/design-guidelines/dispose-pattern>`__
6871 on MSDN.
You can’t perform that action at this time.
0 commit comments