1MONGOC_WRITE_CONCERN_GET_WTIMEOUMTo(n3g)oDB C DrMiOvNeGrOC_WRITE_CONCERN_GET_WTIMEOUT(3)
2
3
4
6 mongoc_write_concern_get_wtimeout - mongoc_write_concern_get_wtimeout()
7
9 int32_t
10 mongoc_write_concern_get_wtimeout (const mongoc_write_concern_t *write_concern);
11
13 · write_concern: A mongoc_write_concern_t.
14
16 Get the timeout in milliseconds that the server should wait before
17 returning with a write concern timeout.
18
19 A value of 0 indicates no write timeout.
20
21 See also: mongoc_write_concern_set_wtimeout and mongoc_write_con‐
22 cern_get_wtimeout_int64.
23
25 Returns an 32-bit signed integer containing the timeout.
26
28 MongoDB, Inc
29
31 2017-present, MongoDB, Inc
32
33
34
35
361.15.2 Nov 06, 20M1O9NGOC_WRITE_CONCERN_GET_WTIMEOUT(3)