Rogue Wave Server Component library for .NET Reference Guide
|
|
RepresentationBeginS2CTransaction Method |
Called by BeginS2CTransaction(S2CTransactionStatus, Int32) on
each representation involved in 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)
Parameters
- st
- Type: RW.Server.ComponentS2CTransactionStatus
The transaction status received by BeginS2CTransaction(S2CTransactionStatus, Int32). - id
- Type: SystemInt32
The transaction identifier received by BeginS2CTransaction(S2CTransactionStatus, Int32).
Return Value
Type: Booleantrue if the transaction is not an acknowledgement, and false oterwise.
Transaction control from the Server to the Application Component.
Notification is propagated to the associated representation objects if and only if this method returns true.