Show / Hide Table of Contents

Class PhoenixUITelemetry

A background service for Phoenix UI application start/stop and crash log telemetry.

Inheritance
System.Object
PhoenixUITelemetry
Implements
System.IDisposable
Namespace: Phoenix
Assembly: Phoenix.dll
Syntax
public class PhoenixUITelemetry : IHostedService, IDisposable

Methods

View Source

Dispose()

Declaration
public void Dispose()
View Source

StartAsync(CancellationToken)

Declaration
public Task StartAsync(CancellationToken cancellationToken)
Parameters
Type Name Description
System.Threading.CancellationToken cancellationToken
Returns
Type Description
System.Threading.Tasks.Task
View Source

StopAsync(CancellationToken)

Declaration
public Task StopAsync(CancellationToken cancellationToken)
Parameters
Type Name Description
System.Threading.CancellationToken cancellationToken
Returns
Type Description
System.Threading.Tasks.Task

Implements

System.IDisposable
  • View Source
In This Article
Back to top Generated by DocFX