C# Class Microsoft.HockeyApp.DataContracts.DependencyTelemetry

Inheritance: ITelemetry, ISupportProperties
Afficher le fichier Open project: bitstadium/HockeySDK-Windows Class Usage Examples

Private Properties

Свойство Type Description
ITelemetry void

Méthodes publiques

Méthode Description
DependencyTelemetry ( ) : System

Initializes a new instance of the DependencyTelemetry class.

DependencyTelemetry ( string dependencyName, string commandName, DateTimeOffset startTime, System.TimeSpan duration, bool success ) : System

Initializes a new instance of the DependencyTelemetry class with the given dependencyName, commandName, startTime, duration and success property values.

Private Methods

Méthode Description
ITelemetry ( ) : void

Sanitizes the properties based on constraints.

Method Details

DependencyTelemetry() public méthode

Initializes a new instance of the DependencyTelemetry class.
public DependencyTelemetry ( ) : System
Résultat System

DependencyTelemetry() public méthode

Initializes a new instance of the DependencyTelemetry class with the given dependencyName, commandName, startTime, duration and success property values.
public DependencyTelemetry ( string dependencyName, string commandName, DateTimeOffset startTime, System.TimeSpan duration, bool success ) : System
dependencyName string
commandName string
startTime DateTimeOffset
duration System.TimeSpan
success bool
Résultat System