ClientEntity.GenerateClientId(String, String) Método

Definição

Gera uma nova ID de cliente que pode ser usada para identificar um cliente específico em logs e mensagens de erro.

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

Parâmetros

clientTypeName
String
postfix
String

Informações que podem ser acrescentadas pelo cliente.

Retornos

Aplica-se a