File tree Expand file tree Collapse file tree 1 file changed +5
-14
lines changed Expand file tree Collapse file tree 1 file changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -273,25 +273,16 @@ within 35 milliseconds of the closest member's ping time.
273
273
:manual:`localThreshold </reference/program/mongos/#std-option-mongos.--localThreshold>`
274
274
command-line option.
275
275
276
-
277
- Additional Information
278
- ----------------------
279
-
280
- To learn more about read preferences and read and write concerns, see the
281
- following guides in the {+mdb-server+} manual:
282
-
283
- - :manual:`Read Preference </core/read-preference/>`
284
- - :manual:`Read Concern </reference/read-concern/>`
285
- - :manual:`Write Concern </reference/write-concern/>`
286
-
287
276
API Documentation
288
- ~~~~~~~~~~~~~~~~~
277
+ -----------------
289
278
290
279
To learn more about any of the methods or types discussed in this
291
- guide, see the following API documentation:
280
+ guide, see the following library API documentation:
292
281
293
282
- :phpmethod:`MongoDB\Client::__construct()`
294
283
- :phpmethod:`MongoDB\Client::startSession()`
295
- - :php:`MongoDB\Driver\Session::startTransaction() <mongodb-driver-session.starttransaction>`
296
284
- :phpmethod:`MongoDB\Client::selectDatabase()`
297
285
- :phpmethod:`MongoDB\Client::selectCollection()`
286
+
287
+ To learn more about the ``startTransaction()`` method, see :php:`MongoDB\Driver\Session::startTransaction()
288
+ <mongodb-driver-session.starttransaction>` in the extension API documentation.
You can’t perform that action at this time.
0 commit comments