|  |  
 |   |   
 SYNOPSIStypedef bool (*mongoc_client_session_with_transaction_cb_t) ( Provide this callback to mongoc_client_session_with_transaction(). The callback should run a sequence of operations meant to be contained within a transaction. The callback should not attempt to start or commit transactions. PARAMETERS
 RETURNReturns true for success and false on failure. If cb returns false then it should also set error. SEE ALSO: mongoc_client_session_with_transaction() AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc. 
 
 |