| 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.ComponentAssembly: 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
)
Protected Overridable Sub OnNewS2CPendingTrans (
Status As S2CTransactionStatus,
Id As Integer
)
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