Skip to main content

Interface IHealthReporter

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

Assembly: Meadow.Contracts.dll
View Source
public interface IHealthReporter

Methods

Start(int)

Starts the health reporter based on the desired interval.

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

Send()

Can be called to manually send a health report event.

View Source
Task Send()
Returns

System.Threading.Tasks.Task