CAtlTransactionManager::CAtlTransactionManager
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