Helper.Destination Class

Solclient

HelperDestination Class
version: 7.2.1.27
Utilities class for working with IDestination, it includes:
  • Helper method to get the string encoding of a given IDestination.
  • Helper methods to create IQueue and ITopic given their corresponding string encoding.
  • Inheritance Hierarchy
    SystemObject  SolaceSystems.Solclient.MessagingHelperDestination

    Namespace: SolaceSystems.Solclient.Messaging
    Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
    Syntax
    public static class Destination
    Public NotInheritable Class Destination
    public ref class Destination abstract sealed

    The HelperDestination type exposes the following members.

    Methods
      NameDescription
    Public methodStatic memberGetEncodedName
    Returns a string encoded representation of a ITopic or IQueue destination.
    Public methodStatic memberQueueFromEncodedName
    Creates a IQueue instance given its encoded string form. The durability of the queue is inferred from the encoded string form (encodedQueueName).
    Public methodStatic memberTopicFromEncodedName
    Creates a ITopic instance given its encoded string form. Whether the topic is temporary or not is inferred from the encoded string form (encodedTopicName).
    Top
    See Also