Universal Windows Service Class Library

CrashMonitor.Start Method 

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

public override 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 an application exits.

Exceptions

Exception TypeCondition
ArgumentExceptionThrown if no application list was given.
ExceptionThrown if monitor is not configured, already running or paused.

See Also

CrashMonitor Class | uws.Monitors Namespace | IMonitor | Monitor