Click or drag to resize

MvComponentEndS2CTransaction Method

Transaction Control from the Server to the Component. Called whenever a server-to-component transaction is over.

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 EndS2CTransaction(
	S2CTransactionStatus trnsSt,
	int trnsId
)

Parameters

trnsSt
Type: RW.Server.ComponentS2CTransactionStatus
The transaction type.
trnsId
Type: SystemInt32
The identifier of the component-to-server transaction that triggered the current server-to-component transaction. The value of this argument is 0 for a notification transaction.
See Also