Click or drag to resize
MvComponentOnNewS2CPendingTrans Method
Called each time the process of a server to component transaction is postponed.

Note that the processing of a pending transaction is automatically delayed if another server-to-component transaction is already being processed.

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 OnNewS2CPendingTrans(
	S2CTransactionStatus Status,
	int Id
)

Parameters

Status
Type: RW.Server.ComponentS2CTransactionStatus
the transaction status
Id
Type: SystemInt32
the transaction identifier
See Also