C# Class Microsoft.HockeyApp.Extensibility.Windows.PageViewTelemetryModule

Windows RunTime page view telemetry module.
Inheritance: ITelemetryModule, IDisposable
Exibir arquivo Open project: bitstadium/HockeySDK-Windows Class Usage Examples

Private Properties

Property Type Description
GetRootObject System.Windows.DependencyObject
PageViewTelemetryModule global::Windows.UI.Xaml
Track void
TrackFramesInObjectTree void
TrackPageView void

Public Methods

Method Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Initialize ( ) : void

Initialize method is called after all configuration properties have been loaded from the configuration.

Private Methods

Method Description
GetRootObject ( ) : DependencyObject
PageViewTelemetryModule ( ) : global::Windows.UI.Xaml

Initializes a new instance of the PageViewTelemetryModule class.

Track ( System.Windows.Controls.Frame frame ) : void
TrackFramesInObjectTree ( DependencyObject currentNode ) : void
TrackPageView ( string pageName, System.TimeSpan duration ) : void

Method Details

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void

Initialize() public method

Initialize method is called after all configuration properties have been loaded from the configuration.
public Initialize ( ) : void
return void