The SessionExtensions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCreateXmlMessage
Extension function to create a text message from an object. The object must be serializable to XML.
Public methodStatic memberDeleteDestination(ISession, String)
Extension function to delete the named destination by parsing the embedded type prefix. Default is Queue if no prefix is embedded in the destinationName.
Public methodStatic memberDeleteDestination(ISession, String, DestinationType)
Extension function to delete the named destination by parsing the embedded type prefix.
Public methodStatic memberDeleteQueue
Extension function to delete the named destination by parsing the embedded type prefix.
Public methodStatic memberDeleteTopic
Extension function to delete the named destination by parsing the embedded type prefix.
Public methodStatic memberGetDestination(ISession, String)
Extension function to get the destination by parsing the embedded type prefix. Default is Queue if no prefix is embedded in the destinationName.
Public methodStatic memberGetDestination(ISession, String, DestinationType)
Extension function to get the destination by parsing the embedded type prefix.
Public methodStatic memberGetQueue
Extension function to get the destination by parsing the embedded type prefix.
Public methodStatic memberGetTopic
Extension function to get the destination by parsing the embedded type prefix.

See Also