IMtsObjectEvents::OnObjectActivate

Indicates that the object has been activated.

HRESULT OnObjectActivate(
LONGLONG        perfCount,
MTS_OBJID        Objectid);

Parameters

perfCount
The current value of the high-resolution performance counter, if one exists.

Objectid
A unique number, within the scope of the server process, associated with the object.

Comments

This event occurs only if the object implements IObjectControl.