Platform SDK: Transaction Server |
This interface describes events associated with object creation and destruction. See IMtsObjectEvents for events associated with the activation and deactivation of objects.
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 |
---|---|
OnObjectCreate | Indicates that an object has been created. |
OnObjectRelease | Indicates that an object has been released. |