Helper.Destination.GetEncodedName Method

Solclient

HelperDestinationGetEncodedName Method
version: 7.2.1.27
Returns a string encoded representation of a ITopic or IQueue destination.

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: String
Returns a string encoded representation of a ITopic or IQueue destination
See Also