A delegate that is used by Fault tolerant NMS Implementation to notify their clients that the Connection is not currently active to due some error.

Namespace:  Apache.NMS
Assembly:  Apache.NMS (in Apache.NMS.dll)

Syntax

Visual Basic
Public Delegate Sub ConnectionInterruptedListener
C#
public delegate void ConnectionInterruptedListener()
Visual C++
public delegate void ConnectionInterruptedListener()
JavaScript
function();

See Also