1MONGOC_SESSION_OPTS_DESTROY(3) MongoDB C Driver MONGOC_SESSION_OPTS_DESTROY(3)
2
3
4
6 mongoc_session_opts_destroy - mongoc_session_opts_destroy()
7
9 void
10 mongoc_session_opts_destroy (mongoc_session_opt_t *opts);
11
12 Free a mongoc_session_opt_t. Does nothing if opts is NULL.
13
15 ยท opts: A mongoc_session_opt_t.
16
18 See the example code for mongoc_session_opts_set_causal_consistency.
19
21 MongoDB, Inc
22
24 2017-present, MongoDB, Inc
25
26
27
28
291.15.2 Nov 06, 2019 MONGOC_SESSION_OPTS_DESTROY(3)