Share via


ClientEntity.GenerateClientId(String, String) メソッド

定義

ログとエラー メッセージで特定のクライアントを識別するために使用できる新しいクライアント ID を生成します。

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

パラメーター

clientTypeName
String
postfix
String

クライアントによって追加できる情報。

戻り値

適用対象