TransmissionStatusEventArgs Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET