Skip to main content

Class HealthReporter

Logic responsible for reporting device health metrics to Meadow.Cloud.

Assembly: Meadow.dll
View Source
Declaration
public class HealthReporter : IHealthReporter

Implements:
Meadow.Cloud.IHealthReporter

Methods

Start(int)

Starts the health reporter based on the desired interval.

View Source
Declaration
public void Start(int interval)
Parameters
TypeNameDescription
System.Int32intervalIn minutes

Send()

Can be called to manually send a health report event.

View Source
Declaration
public Task Send()
Returns

System.Threading.Tasks.Task

Implements