The ASP ObjectContext object either commits or aborts a transaction, managed by Component Services, that has been initiated by a script contained in an ASP page.
- Methods
- SetAbort(). Declares that the transaction initiated by the script has not completed and the resources should not be updated.
- SetComplete(). Declares that the script is not aware of any reason for the transaction not to complete. If all components participating in the transaction also call SetComplete, the transaction will complete.
- Events
- OnTransactionAbort
- OnTransactionCommit
Page Modified: (Hand noted: 2007-07-22 23:11:21Z) (Auto noted: 2007-11-17 06:53:29Z)