Rogue Wave Server Component library for .NET Reference Guide
|
|
MvComponentBeginC2STransaction Method (MvComponentTransactionHandler) |
Initializes a component-to-server transaction.
Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 7.0.0.0 (7.0.0.0)
Parameters
- listener
- Type: RW.Server.ComponentMvComponentTransactionHandler
The invoked delegate.
Return Value
Type: Int32The transaction identifier or 0 if no component-to-server transaction is currently opened.
The transaction is initialized and an EndS2CTransactionDelegate is installed for this transaction.
The delegate is called after EndS2CTransaction.