ISynchronization API Document
Depicts a synchronization contract.
Code can be executed before and after the transaction completes
Methods
AfterCompletion()
Implementors may have code executing just after the transaction completes
BeforeCompletion()
Implementors may have code executing just before the transaction completes