Click or drag to resize
MvComponentBeginC2STransaction Method (MvComponentTransactionHandler)
Initializes a component-to-server transaction.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public virtual int BeginC2STransaction(
	MvComponentTransactionHandler listener
)

Parameters

listener
Type: RW.Server.ComponentMvComponentTransactionHandler
The invoked delegate.

Return Value

Type: Int32
The 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