Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
CAtlTransactionManager constructor.
CAtlTransactionManager(
BOOL bFallback = TRUE,
BOOL bAutoCreateTransaction = TRUE
);
Parameters
bFallback
TRUE indicates support fallback. If transacted function fails, the class automatically calls the "non-transacted" function. FALSE indicates no "fallback" calls.bAutoCreateTransaction
TRUE indicates that the transaction handler is created automatically in the constructor. FALSE indicates that it is not.
Requirements
Header: atltransactionmanager.h