1MONGOC_WRITE_CONCERN_GET_WTIMEOUT(3)libmongoMcONGOC_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 re‐
17 turning 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
24 SEE ALSO:
25 mongoc_write_concern_set_wtimeout() and mongoc_write_concern_get_wtimeout_int64().
26
27
29 MongoDB, Inc
30
32 2017-present, MongoDB, Inc
33
34
35
36
371.24.3 Aug 17, 20M2O3NGOC_WRITE_CONCERN_GET_WTIMEOUT(3)