PubSub+ Messaging API for .NET
C#
10.26.0
Show/Hide TOC
Helper
Destination
Queue
From
Encoded
Name Method
Creates a
IQueue
instance given its encoded string form. The durability of the queue is inferred from the encoded string form (encodedQueueName).
Definition
Namespace:
SolaceSystems.Solclient.Messaging
Assembly:
SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.26.0
C#
Copy
public
static
IQueue
QueueFromEncodedName
(
string
encodedQueueName
)
Parameters
encodedQueueName
String
Must be obtained from
GetEncodedName(IDestination)
Return Value
IQueue
Returns a
IQueue
instance given its encoded string form
Exceptions
ArgumentOutOfRangeException
See Also
Reference
Helper
Destination Class
SolaceSystems.Solclient.Messaging Namespace
In This Article
Definition
Parameters
Return Value
Exceptions
See Also