Solclient
HelperDestinationGetEncodedName Method |
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 string GetEncodedName( IDestination destination )
Public Shared Function GetEncodedName ( destination As IDestination ) As String
public: static String^ GetEncodedName( IDestination^ destination )
Parameters
- destination
- Type: SolaceSystems.Solclient.MessagingIDestination
Return Value
Type: StringReturns a string encoded representation of a ITopic or IQueue destination
See Also