TransmissionStatusEventArgs コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
応答時間 (ミリ秒単位)。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET