Rogue Wave Server Component library for .NET Reference Guide
|
|
MvComponentTransactionHandler Delegate |
Delegate for being warned of the end of a server-to-component transaction.
Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 7.0.0.0 (7.0.0.0)
public delegate void TransactionHandler( MvComponent component, S2CTransactionStatus status, int id )
Parameters
- component
- Type: RW.Server.ComponentMvComponent
The component where the transaction happened. - status
- Type: RW.Server.ComponentS2CTransactionStatus
The transaction status. - id
- Type: SystemInt32
The transaction id.