Closes the QueueBrowser.

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

Syntax

Visual Basic
Sub Close
C#
void Close()
Visual C++
void Close()
JavaScript
function close();

Exceptions

ExceptionCondition
Apache.NMS..::..NMSException If NMS Provider fails to close the Browser for some reason.

See Also