IMessage.GetDestinationTopicSuffix Method

Solclient

IMessageGetDestinationTopicSuffix Method
version: 7.2.1.27
A getter for the suffix of the topic string. If the received message contains a topic destination and the topic begins with the session's topic prefix, this method returns the string following the '/' delimiter that terminates the topic prefix. Returns null if not present.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
string GetDestinationTopicSuffix(
	ISession session
)
Function GetDestinationTopicSuffix ( 
	session As ISession
) As String
String^ GetDestinationTopicSuffix(
	ISession^ session
)

Parameters

session
Type: SolaceSystems.Solclient.MessagingISession
Session to get the topic prefix from

Return Value

Type: String
The topic string with the session topic prefix removed. Returns null if the topic does not have the session prefix.
See Also