| MvComponentTransactionDelegates Method |
Returns all the transaction delegates that are waiting for a
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 IEnumerator<MvComponentTransactionHandler> TransactionDelegates(
int transId
)
Public Overridable Function TransactionDelegates (
transId As Integer
) As IEnumerator(Of MvComponentTransactionHandler)
public:
virtual IEnumerator<MvComponentTransactionHandler^>^ TransactionDelegates(
int transId
)
Parameters
- transId
- Type: SystemInt32
The transaction identifier
Return Value
Type:
IEnumeratorMvComponentTransactionHandlerAn enumerator on all the transaction delegates that
are waiting for a transaction
See Also