Метод | Описание | |
---|---|---|
RequestTelemetry ( ) : System |
Initializes a new instance of the RequestTelemetry class.
|
|
RequestTelemetry ( string name, DateTimeOffset startTime, System.TimeSpan duration, string responseCode, bool success ) : System |
Initializes a new instance of the RequestTelemetry class with the given name, startTime, duration, responseCode and success property values.
|
Метод | Описание | |
---|---|---|
ITelemetry ( ) : void |
Sanitizes the properties based on constraints.
|
|
ValidateDateTimeOffset ( string value ) : DateTimeOffset |
public RequestTelemetry ( string name, DateTimeOffset startTime, System.TimeSpan duration, string responseCode, bool success ) : System | ||
name | string | |
startTime | DateTimeOffset | |
duration | System.TimeSpan | |
responseCode | string | |
success | bool | |
Результат | System |