IComLTxEvents interface (comsvcs.h)

Notifies the subscriber of events that relate to COM+ transactions. The events are published to the subscriber using the COM+ Events service, a loosely coupled events system that stores event information from different publishers in an event store in the COM+ catalog.

Inheritance

The IComLTxEvents interface inherits from the IUnknown interface. IComLTxEvents also has these types of members:

Methods

The IComLTxEvents interface has these methods.

 
IComLTxEvents::OnLtxTransactionAbort

Generated when a transaction is aborted.
IComLTxEvents::OnLtxTransactionCommit

Generated when a transaction is committed.
IComLTxEvents::OnLtxTransactionPrepare

Generated when COM+ receives a prepare notification for a transaction.
IComLTxEvents::OnLtxTransactionPromote

Generated when a transaction is promoted.
IComLTxEvents::OnLtxTransactionStart

Generated when a transaction is started.

Requirements

Requirement Value
Minimum supported client Windows XP with SP2 [desktop apps only]
Minimum supported server Windows Server 2003 with SP1 [desktop apps only]
Target Platform Windows
Header comsvcs.h

See also

COM+ Events

COM+ Instrumentation