| 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: 7.2.0.0 (7.2.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