ClientEntity.GenerateClientId(String, String) Method

Definition

Generates a new client id that can be used to identify a specific client in logs and error messages.

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

Parameters

clientTypeName
String
postfix
String

Information that can be appended by the client.

Returns

Applies to