IMessageGetDestinationTopicSuffix Method
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.MessagingAssembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.26.0
string GetDestinationTopicSuffix(
ISession session
)
- session ISession
- Session to get the topic prefix from
StringThe topic string with the session topic prefix removed.
Returns null if the topic does not have the session prefix.