Universal Windows Service Class Library

Monitor.Start Method 

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

public abstract bool Start();

Return Value

True if the monitor was started otherwise false.

Implements

IMonitor.Start

Remarks

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

To stop the monitor work call Stop method.

Also this function must be implemented by each derived class.

See Also

Monitor Class | uws.Monitors Namespace | IMonitor