An NDoc Documented Class Library

ISession.CreateBrowser Method (IDestination)

Creates a queue browser.

IQueueBrowser CreateBrowser(
   IDestination queue
);

Parameters

queue
The queue to browse.

Return Value

A new queue browser.

Exceptions

Exception Type Condition
MsgException Thrown when an error occurs creating the queue browser.
InvalidDestinationException Thrown when an invalid destination is specified.

See Also

ISession Interface | webMethods.Msg Namespace | ISession.CreateBrowser Overload List