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

NAME

6       mongoc_write_concern_get_wtimeout - mongoc_write_concern_get_wtimeout()
7

SYNOPSIS

9          int32_t
10          mongoc_write_concern_get_wtimeout (const mongoc_write_concern_t *write_concern);
11

PARAMETERS

13write_concern: A mongoc_write_concern_t.
14

DESCRIPTION

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

RETURNS

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

AUTHOR

29       MongoDB, Inc
30
32       2017-present, MongoDB, Inc
33
34
35
36
371.21.1                           Mar 02, 20M2O2NGOC_WRITE_CONCERN_GET_WTIMEOUT(3)
Impressum