Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mongoKart committed Oct 2, 2024
1 parent c903ff5 commit 46140bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ The 3.0 driver release includes the following new features:

- The ``IMongoClient`` interface inherits the ``IDisposable`` interface. As a result, the
``MongoClient`` class and other classes that implement the ``IMongoClient`` interface
contain a ``Dispose()`` method. To learn more about this interface and use of the
contain a ``Dispose()`` method, which disposes of the underlying cluster and
connections to the MongoDB server. This implementation is experimental.

To learn more about the ``IDisposable`` interface and use of the
``Dispose()`` method, see
`Dispose Pattern <https://learn.microsoft.com/en-us/dotnet/standard/design-guidelines/dispose-pattern>`__
on MSDN.
Expand Down

0 comments on commit 46140bc

Please sign in to comment.