C# Class Microsoft.HockeyApp.DataContracts.PageViewTelemetry

Telemetry type used to track page views.
Inheritance: ITelemetry, ISupportProperties
Afficher le fichier Open project: bitstadium/HockeySDK-Windows Class Usage Examples

Méthodes publiques

Méthode Description
PageViewTelemetry ( ) : System

Initializes a new instance of the PageViewTelemetry class.

PageViewTelemetry ( string pageName ) : System

Initializes a new instance of the PageViewTelemetry class with the specified pageName.

Private Methods

Méthode Description
ITelemetry ( ) : void

Sanitizes the properties based on constraints.

Method Details

PageViewTelemetry() public méthode

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

PageViewTelemetry() public méthode

Initializes a new instance of the PageViewTelemetry class with the specified pageName.
The is null or empty string.
public PageViewTelemetry ( string pageName ) : System
pageName string
Résultat System