Click or drag to resize

MvComponent.TransactionDelegates 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.5.0.0 (6.5.0.0)
Syntax
public virtual IEnumerator<MvComponent.TransactionHandler> TransactionDelegates(
	int transId
)

Parameters

transId
Type: System.Int32
The transaction identifier

Return Value

Type: IEnumerator<MvComponent.TransactionHandler>
An enumerator on all the transaction delegates that are waiting for a transaction
See Also