| RpObjectEndS2CUpdate Method |
Is called automatically once the server has finished
updating a representation object after a server component transaction.
This method is empty.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax protected virtual void EndS2CUpdate(
S2CTransactionStatus trnsSt,
int trnsId
)
Protected Overridable Sub EndS2CUpdate (
trnsSt As S2CTransactionStatus,
trnsId As Integer
)
protected:
virtual void EndS2CUpdate(
S2CTransactionStatus trnsSt,
int trnsId
)
Parameters
- trnsSt
- Type: RW.Server.ComponentS2CTransactionStatus
:
The transaction status - trnsId
- Type: SystemInt32
:
The transaction identifier
See Also