This interface describes events associated with threads within MTS server processes.
| Method | Description |
|---|---|
| OnThreadStart | Indicates that a server process has been created. |
| OnThreadTerminate | Indicates that a server process has been shut down. |
| OnThreadAssign ToActivity |
Indicates that a thread is in use for object creation. |
| OnThreadUnassign FromActivity |
Indicates that a thread is in released for object destruction. |