1MONGOC_CLIENT_SESSION_DESTROY(3)   libmongoc  MONGOC_CLIENT_SESSION_DESTROY(3)
2
3
4

NAME

6       mongoc_client_session_destroy - mongoc_client_session_destroy()
7

SYNOPSIS

9          void
10          mongoc_client_session_destroy (mongoc_client_session_t *session);
11
12       End  a  session,  returning  its  session  id to the pool, and free all
13       client resources associated  with  the  session.  If  a  multi-document
14       transaction is in progress, abort it. Does nothing if session is NULL.
15
16       See the example code for mongoc_client_session_t.
17

PARAMETERS

19       ยท session: A mongoc_client_session_t.
20

AUTHOR

22       MongoDB, Inc
23
25       2017-present, MongoDB, Inc
26
27
28
29
301.16.2                           Feb 25, 2020 MONGOC_CLIENT_SESSION_DESTROY(3)
Impressum