<Code Lib>
2024 Interface
Changes 0
I

ITransactionFinalizer

Description:
An interface that may be used to perform a custom action at the end of a transaction. A method of the interface will be called when a transaction is either committed or rolled back.

public interface ITransactionFinalizer

Name Return Type Description
M OnCommitted(Document, String) None This method is called at the end of committing a transaction
M OnRolledBack(Document, String) None This method is called at the end of rolling back a transaction

Loading…