The SessionExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateXmlMessage |
Extension function to create a text message from an object. The object must be serializable to XML.
| |
DeleteDestination(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.
| |
DeleteDestination(ISession, String, DestinationType) |
Extension function to delete the named destination by parsing the embedded type prefix.
| |
DeleteQueue |
Extension function to delete the named destination by parsing the embedded type prefix.
| |
DeleteTopic |
Extension function to delete the named destination by parsing the embedded type prefix.
| |
GetDestination(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.
| |
GetDestination(ISession, String, DestinationType) |
Extension function to get the destination by parsing the embedded type prefix.
| |
GetQueue |
Extension function to get the destination by parsing the embedded type prefix.
| |
GetTopic |
Extension function to get the destination by parsing the embedded type prefix.
|