Helper.Destination.TopicFromEncodedName Method

Solclient

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

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 ITopic TopicFromEncodedName(
	string encodedTopicName
)
Public Shared Function TopicFromEncodedName ( 
	encodedTopicName As String
) As ITopic
public:
static ITopic^ TopicFromEncodedName(
	String^ encodedTopicName
)

Parameters

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

Return Value

Type: ITopic
Returns a ITopic instance given its encoded string form
Exceptions
See Also