Click or drag to resize

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.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax
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