Universal Windows Service Class Library

IMonitor.Event Event

Event which will occures if monitor matches.

event MonitorEventHandler Event;

Remarks

This event will be fired if one monitor matches it's time. Callback functions using this event must have the same struct as MonitorEventHandler delegate.

For futher use see the example source code of IMonitor interface.

See Also

IMonitor Interface | uws.Monitors Namespace | MonitorEventHandler