TelemetryExtensions.GetEnvelopeName(ITelemetry) メソッド

定義

ITelemetry オブジェクトのエンベロープ名を取得します。

public static string GetEnvelopeName (this Microsoft.ApplicationInsights.Channel.ITelemetry telemetry);
static member GetEnvelopeName : Microsoft.ApplicationInsights.Channel.ITelemetry -> string
<Extension()>
Public Function GetEnvelopeName (telemetry As ITelemetry) As String

パラメーター

telemetry
ITelemetry

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

戻り値

指定された ITelemetry オブジェクトの封筒名。

適用対象