Solclient
HelperDestinationQueueFromEncodedName Method |
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: IQueueReturns a IQueue instance given its encoded string form
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException |
See Also