Skip to main content

Interface IHealthReporter

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

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

Methods

Start(int)

Starts the health reporter based on the desired interval.

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

Send()

Can be called to manually send a health report event.

View Source
Declaration
Task Send()
Returns

System.Threading.Tasks.Task