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
Type | Name | Description |
---|---|---|
System.Int32 | interval | In minutes |
Send()
Can be called to manually send a health report event.
View Source
Task Send()
Returns
System.Threading.Tasks.Task