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
22 Returns an 32-bit signed integer containing the timeout.
23
25 MongoDB, Inc
26
28 2017-present, MongoDB, Inc
29
30
31
32
331.14.0 Feb 22, 20M1O9NGOC_WRITE_CONCERN_GET_WTIMEOUT(3)