Universal Windows Service Class Library

IMonitor Members

IMonitor overview

Public Instance Properties

IsConfigured Get the flag if monitor is configured or not.
IsPaused Get the flag if monitor is paused or not.
IsRunning Get the flag if monitor is running or not.

Public Instance Methods

Configure Configures the monitor from a xml element.
Continue Signals the monitor that it could start working again.
Pause Signals the monitor that it could break and pause it's work.
Start Signals the monitor that it could start it's work.
Stop Signals the monitor thtat it should stop it's work.

Public Instance Events

Event Event which will occures if monitor matches.

See Also

IMonitor Interface | uws.Monitors Namespace | Monitor | CrashMonitor