10.24.0

HelperDestinationGetEncodedName Method

Returns a string encoded representation of a ITopic or IQueue destination.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public static string GetEncodedName(
	IDestination destination
)

Parameters

destination  IDestination

Return Value

String
Returns a string encoded representation of a ITopic or IQueue destination

See Also