Helper.Destination.QueueFromEncodedName Method

Solclient

HelperDestinationQueueFromEncodedName Method
version: 7.2.1.27
Creates a IQueue instance given its encoded string form. The durability of the queue is inferred from the encoded string form (encodedQueueName).

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 IQueue QueueFromEncodedName(
	string encodedQueueName
)
Public Shared Function QueueFromEncodedName ( 
	encodedQueueName As String
) As IQueue
public:
static IQueue^ QueueFromEncodedName(
	String^ encodedQueueName
)

Parameters

encodedQueueName
Type: SystemString
Must be obtained from GetEncodedName(IDestination)

Return Value

Type: IQueue
Returns a IQueue instance given its encoded string form
Exceptions
ExceptionCondition
ArgumentOutOfRangeException
See Also