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: 7.2.0.0 (7.2.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