Rogue Wave Server Component library for .NET Reference Guide
|
|
RpObjectAckAttrUpdate Method |
Is called by BeginS2CTransaction(S2CTransactionStatus, Int32)
(if this object is involved in the transaction) for each attribute involved in the
server to component transaction - except if the transaction has been
aborted.
If a notification cycle or an asynchronous rollback is performed, the attribute is actually modified if and only if this method returns true.
Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 7.0.0.0 (7.0.0.0)
protected virtual bool AckAttrUpdate( int attrId, S2CTransactionStatus trnsSt, int trnsId )
Parameters
- attrId
- Type: SystemInt32
The attribute identifier - trnsSt
- Type: RW.Server.ComponentS2CTransactionStatus
The transaction status (forwarded by BeginS2CTransaction(S2CTransactionStatus, Int32)). - trnsId
- Type: SystemInt32
The transaction identifier (forwarded by BeginS2CTransaction(S2CTransactionStatus, Int32)).
Return Value
Type: Booleantrue.