1MONGOC_WRITE_CONCERN_GET_WTIMEOUT(3)libmongoMcONGOC_WRITE_CONCERN_GET_WTIMEOUT(3)
2
3
4

SYNOPSIS

6          int32_t
7          mongoc_write_concern_get_wtimeout (const mongoc_write_concern_t *write_concern);
8

PARAMETERS

10write_concern: A mongoc_write_concern_t.
11

DESCRIPTION

13       Get  the timeout in milliseconds that the server should wait before re‐
14       turning with a write concern timeout.
15
16       A value of 0 indicates no write timeout.
17

RETURNS

19       Returns an 32-bit signed integer containing the timeout.
20
21       SEE ALSO:
22          mongoc_write_concern_set_wtimeout() and mongoc_write_concern_get_wtimeout_int64().
23
24

AUTHOR

26       MongoDB, Inc
27
29       2017-present, MongoDB, Inc
30
31
32
33
341.25.1                           Nov 08, 20M2O3NGOC_WRITE_CONCERN_GET_WTIMEOUT(3)
Impressum