| MvComponentBeginC2STransaction Method (MvComponentTransactionHandler) |
Initializes a component-to-server transaction.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public virtual int BeginC2STransaction(
MvComponentTransactionHandler listener
)
Public Overridable Function BeginC2STransaction (
listener As MvComponentTransactionHandler
) As Integer
public:
virtual int BeginC2STransaction(
MvComponentTransactionHandler^ listener
)
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.
Remarks
The transaction is initialized and an
EndS2CTransactionDelegate is installed for
this transaction.
The delegate is called after EndS2CTransaction.
See Also