Partager via


ClientEntity.GenerateClientId(String, String) Méthode

Définition

Génère un nouvel ID client qui peut être utilisé pour identifier un client spécifique dans les journaux et les messages d’erreur.

protected static string GenerateClientId (string clientTypeName, string postfix = "");
static member GenerateClientId : string * string -> string
Protected Shared Function GenerateClientId (clientTypeName As String, Optional postfix As String = "") As String

Paramètres

clientTypeName
String
postfix
String

Informations qui peuvent être ajoutées par le client.

Retours

S’applique à