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 SourceDispose()
Declaration
public void Dispose()
StartAsync(CancellationToken)
Declaration
public Task StartAsync(CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
System.Threading.CancellationToken | cancellationToken |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
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