TelemetryExtensions.TrySetEnvelopeName(ITelemetry, String) メソッド

定義

ITelemetry オブジェクトの封筒名を設定します。

public static bool TrySetEnvelopeName (this Microsoft.ApplicationInsights.Channel.ITelemetry telemetry, string envelopeName);
static member TrySetEnvelopeName : Microsoft.ApplicationInsights.Channel.ITelemetry * string -> bool
<Extension()>
Public Function TrySetEnvelopeName (telemetry As ITelemetry, envelopeName As String) As Boolean

パラメーター

telemetry
ITelemetry

封筒名を設定する ITelemetry オブジェクト。

envelopeName
String

ITelemetry オブジェクトに使用する封筒名。

戻り値

封筒名の割り当ての成功を示すブール値。

適用対象