你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

响应持续时间(以毫秒为单位)。

适用于