table of contents
| MONGOC_CLIENT_SESSION_IN_TRANSACTION(3) | libmongoc | MONGOC_CLIENT_SESSION_IN_TRANSACTION(3) |
SYNOPSIS¶
bool mongoc_client_session_in_transaction (const mongoc_client_session_t *session);
Check whether a multi-document transaction is in progress for this session.
PARAMETERS¶
- •
- session: A mongoc_client_session_t <>.
RETURN¶
Returns true if a transaction was started and has not been committed or aborted, otherwise false.
Author¶
MongoDB, Inc
Copyright¶
2009-present, MongoDB, Inc.
| November 26, 2025 | 2.2.0 |