次の方法で共有


TransmissionStatusEventArgs コンストラクター

定義

オーバーロード

TransmissionStatusEventArgs(HttpWebResponseWrapper)
古い.

TransmissionStatusEventArgs クラスの新しいインスタンスを初期化します。

TransmissionStatusEventArgs(HttpWebResponseWrapper, Int64)

TransmissionStatusEventArgs クラスの新しいインスタンスを初期化します。

TransmissionStatusEventArgs(HttpWebResponseWrapper)

注意事項

This constructor is deprecated. Please use a constructor that accepts response and responseDurationInMs instead.

TransmissionStatusEventArgs クラスの新しいインスタンスを初期化します。

[System.Obsolete("This constructor is deprecated. Please use a constructor that accepts response and responseDurationInMs instead.", false)]
public TransmissionStatusEventArgs (Microsoft.ApplicationInsights.Extensibility.Implementation.HttpWebResponseWrapper response);
[<System.Obsolete("This constructor is deprecated. Please use a constructor that accepts response and responseDurationInMs instead.", false)>]
new Microsoft.ApplicationInsights.Channel.TransmissionStatusEventArgs : Microsoft.ApplicationInsights.Extensibility.Implementation.HttpWebResponseWrapper -> Microsoft.ApplicationInsights.Channel.TransmissionStatusEventArgs
Public Sub New (response As HttpWebResponseWrapper)

パラメーター

response
HttpWebResponseWrapper

インジェスト エンドポイントからの応答。

属性

適用対象

TransmissionStatusEventArgs(HttpWebResponseWrapper, Int64)

TransmissionStatusEventArgs クラスの新しいインスタンスを初期化します。

public TransmissionStatusEventArgs (Microsoft.ApplicationInsights.Extensibility.Implementation.HttpWebResponseWrapper response, long responseDurationInMs);
new Microsoft.ApplicationInsights.Channel.TransmissionStatusEventArgs : Microsoft.ApplicationInsights.Extensibility.Implementation.HttpWebResponseWrapper * int64 -> Microsoft.ApplicationInsights.Channel.TransmissionStatusEventArgs
Public Sub New (response As HttpWebResponseWrapper, responseDurationInMs As Long)

パラメーター

response
HttpWebResponseWrapper

インジェスト エンドポイントからの応答。

responseDurationInMs
Int64

応答時間 (ミリ秒単位)。

適用対象