Click or drag to resize
MvComponentTransactionDelegates Method
Returns all the transaction delegates that are waiting for a 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 IEnumerator<MvComponentTransactionHandler> TransactionDelegates(
	int transId
)

Parameters

transId
Type: SystemInt32
The transaction identifier

Return Value

Type: IEnumeratorMvComponentTransactionHandler
An enumerator on all the transaction delegates that are waiting for a transaction
See Also