Click or drag to resize

MvComponentTransactionHandler Delegate

Delegate for being warned of the end of a server-to-component transaction.

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 6.5.0.0 (6.5.0.0)
Syntax
public delegate void TransactionHandler(
	MvComponent component,
	S2CTransactionStatus status,
	int id
)

Parameters

component
Type: RW.Server.ComponentMvComponent
The component where the transaction happened.
status
Type: RW.Server.ComponentS2CTransactionStatus
The transaction status.
id
Type: SystemInt32
The transaction id.
See Also