Destination Methods

Solclient

Destination Methods
version: 7.2.1.27

The HelperDestination type exposes the following members.

Methods
  Name Description
Public method Static member GetEncodedName
Returns a string encoded representation of a ITopic or IQueue destination.
Public method Static member QueueFromEncodedName
Creates a IQueue instance given its encoded string form. The durability of the queue is inferred from the encoded string form (encodedQueueName).
Public method Static member TopicFromEncodedName
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