A delegate that is used by Fault tolerant NMS Implementation to notify their clients that the Connection that was interrupted has now been restored.

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

Syntax

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

See Also