|
SYNOPSISbool mongoc_client_session_abort_transaction (mongoc_client_session_t *session, Abort a multi-document transaction. PARAMETERS
RETURNReturns true if the transaction was aborted. Returns false and sets error if there are invalid arguments, such as a session with no transaction in progress. Network or server errors are ignored. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|