Universal Windows Service Class Library

IMonitor.Start Method 

Signals the monitor that it could start it's work.

bool Start();

Return Value

True if the monitor was started otherwise false.

Remarks

If this function was called the monitor start it's work and fires an event each time a specified action or something else happens.

To stop the monitor work call Stop method.

See Also

IMonitor Interface | uws.Monitors Namespace