10.24.0

HelperDestinationTopicFromEncodedName Method

Creates a ITopic instance given its encoded string form. Whether the topic is temporary or not is inferred from the encoded string form (encodedTopicName).

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public static ITopic TopicFromEncodedName(
	string encodedTopicName
)

Parameters

encodedTopicName  String
Must be obtained from GetEncodedName(IDestination)

Return Value

ITopic
Returns a ITopic instance given its encoded string form

Exceptions

ArgumentNullException
ArgumentOutOfRangeException

See Also