Click or drag to resize
RepresentationEndS2CTransaction Method
Called at the end of a server-to-component transaction applying to the representation. This default implementation is empty.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
protected virtual void EndS2CTransaction(
	S2CTransactionStatus st,
	int id
)

Parameters

st
Type: RW.Server.ComponentS2CTransactionStatus
The transaction status received by EndS2CTransaction(S2CTransactionStatus, Int32).
id
Type: SystemInt32
The transaction identifier received by EndS2CTransaction(S2CTransactionStatus, Int32).
Remarks
Transaction control from the Server to the Application Component.
See Also