Platform SDK: Transaction Server |
This interface describes events associated with object references, consistency, activation, and deactivation. For events associated with object creation and destruction, see IMtsInstanceEvents.
MTS Event Sinks create events for objects with context only. Thus, the component must be registered as an MTS component and the object created using the MTS CreateInstance method.
Method | Description |
---|---|
OnDisableCommit | Indicates that DisableCommit has been called on the object. |
OnEnableCommit | Indicates that EnableCommit has been called on the object. |
OnSetComplete | Indicates that the object can be deactivated. |
OnObjectDeactivate | Indicates that the object has been deactivated. |
OnObjectActivate | Indicates that the object has been activated. |