10.24.0

HelperCreateUniqueName Method

Provided for convenience only; creates a unique ID, to be used by applications when naming ITopic or IQueue instances.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public static string CreateUniqueName(
	string prefix
)

Parameters

prefix  String
Optional, if specified, the UniqueName will have the following format prefix/uuid.

Return Value

String
Returns a unique ID

See Also