A delegate that is notified whenever a Transational evemt occurs for
the specified session such as TX started, committed or rolled back.
Namespace:
Apache.NMSAssembly: Apache.NMS (in Apache.NMS.dll)
Syntax
Visual Basic |
---|
Public Delegate Sub SessionTxEventDelegate ( _ session As ISession _ ) |
C# |
---|
public delegate void SessionTxEventDelegate( ISession session ) |
Visual C++ |
---|
public delegate void SessionTxEventDelegate( ISession^ session ) |
JavaScript |
---|
function(session); |
Parameters
- session
- Type: Apache.NMS..::..ISession