TransmissionStatusEventArgs Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TransmissionStatusEventArgs(HttpWebResponseWrapper) |
Obsolete.
Initializes a new instance of the TransmissionStatusEventArgs class. |
TransmissionStatusEventArgs(HttpWebResponseWrapper, Int64) |
Initializes a new instance of the TransmissionStatusEventArgs class. |
TransmissionStatusEventArgs(HttpWebResponseWrapper)
Caution
This constructor is deprecated. Please use a constructor that accepts response and responseDurationInMs instead.
Initializes a new instance of the TransmissionStatusEventArgs class.
[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)
Parameters
- response
- HttpWebResponseWrapper
Response from ingestion endpoint.
- Attributes
Applies to
TransmissionStatusEventArgs(HttpWebResponseWrapper, Int64)
Initializes a new instance of the TransmissionStatusEventArgs class.
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)
Parameters
- response
- HttpWebResponseWrapper
Response from ingestion endpoint.
- responseDurationInMs
- Int64
Response duration in milliseconds.
Applies to
Azure SDK for .NET