| MvComponentEndS2CTransaction Method |
Transaction Control from the Server to the Component. Called whenever a
server-to-component transaction is over.
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 EndS2CTransaction(
S2CTransactionStatus trnsSt,
int trnsId
)
Protected Overridable Sub EndS2CTransaction (
trnsSt As S2CTransactionStatus,
trnsId As Integer
)
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