TransmissionStatusEventArgs Constructeurs

Définition

Surcharges

TransmissionStatusEventArgs(HttpWebResponseWrapper)
Obsolète.

Initialise une nouvelle instance de la classe TransmissionStatusEventArgs.

TransmissionStatusEventArgs(HttpWebResponseWrapper, Int64)

Initialise une nouvelle instance de la classe TransmissionStatusEventArgs.

TransmissionStatusEventArgs(HttpWebResponseWrapper)

Attention

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

Initialise une nouvelle instance de la classe 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)

Paramètres

response
HttpWebResponseWrapper

Réponse du point de terminaison d’ingestion.

Attributs

S’applique à

TransmissionStatusEventArgs(HttpWebResponseWrapper, Int64)

Initialise une nouvelle instance de la classe 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)

Paramètres

response
HttpWebResponseWrapper

Réponse du point de terminaison d’ingestion.

responseDurationInMs
Int64

Durée de réponse en millisecondes.

S’applique à