Helper.CreateUniqueName Method

Solclient

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

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 CreateUniqueName(
	string prefix
)
Public Shared Function CreateUniqueName ( 
	prefix As String
) As String
public:
static String^ CreateUniqueName(
	String^ prefix
)

Parameters

prefix
Type: SystemString
Optional, if specified, the UniqueName will have the following format prefix/uuid.

Return Value

Type: String
Returns a unique ID
See Also