From ce7a5c0bb0addea0dc24963fc3f82af1b6cc9dd8 Mon Sep 17 00:00:00 2001 From: Lindsey Moore Date: Fri, 24 Jan 2025 10:10:08 -0500 Subject: [PATCH 1/2] DOCSP-46684 404 server selection timeout API --- source/faq.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/source/faq.txt b/source/faq.txt index 3cf1dae9..a0434d9e 100644 --- a/source/faq.txt +++ b/source/faq.txt @@ -122,7 +122,7 @@ Why Does the Driver Throw a Timeout During Server Selection? Each driver operation requires that you choose a healthy server satisfying the :manual:`server selection criteria `. If you do not select an appropriate -server within the `server selection timeout <{+new-api-root+}/MongoDB.Driver.Legacy/MongoDB.Driver.MongoServerSettings.ServerSelectionTimeout.html>`__, the driver throws a +server within the `server selection timeout <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.MongoClientSettings.ServerSelectionTimeout.html>`__, the driver throws a server selection timeout exception. The exception looks similar to the following: @@ -321,4 +321,8 @@ Entity Framework Core users. The provider includes features such as the followin - Intelligent object tracking - Entity-based LINQ operations - Entity Framework modeling and mapping with the fluent API -- Automatic database updates through change tracking \ No newline at end of file +- Automatic database updates through change tracking + +https://mongodb.github.io/mongo-csharp-driver/3.0.0/api/MongoDB.Driver/MongoDB.Driver.MongoClientSettings.ServerSelectionTimeout.html + +https://mongodb.github.io/mongo-csharp-driver/3.0.0/api/MongoDB.Driver/MongoDB.Driver.MongoServerSettings.ServerSelectionTimeout.html \ No newline at end of file From dc0595e0b3f0b846113384ea406aa9c310ace25d Mon Sep 17 00:00:00 2001 From: Lindsey Moore Date: Fri, 24 Jan 2025 10:30:37 -0500 Subject: [PATCH 2/2] fix --- source/faq.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/faq.txt b/source/faq.txt index a0434d9e..17ed04f8 100644 --- a/source/faq.txt +++ b/source/faq.txt @@ -322,7 +322,3 @@ Entity Framework Core users. The provider includes features such as the followin - Entity-based LINQ operations - Entity Framework modeling and mapping with the fluent API - Automatic database updates through change tracking - -https://mongodb.github.io/mongo-csharp-driver/3.0.0/api/MongoDB.Driver/MongoDB.Driver.MongoClientSettings.ServerSelectionTimeout.html - -https://mongodb.github.io/mongo-csharp-driver/3.0.0/api/MongoDB.Driver/MongoDB.Driver.MongoServerSettings.ServerSelectionTimeout.html \ No newline at end of file