IMtsObjectEvents::OnObjectDeactivate

Indicates that the object has been deactivated.

HRESULT OnObjectDeactivate(
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.