Universal Windows Service Class Library

IntervalTrigger.Start Method 

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

public override bool Start();

Return Value

True if the trigger was started otherwise false. Returning false means only that the trigger event is in the past and it's impossible to reach it again.

Implements

ITrigger.Start

Remarks

If this function was called the trigger start it's work and fire trigger event every time the time interval is over.

Exceptions

Exception TypeCondition
ExceptionThrown if trigger is not configured, already running or paused or time interval is not valid.

See Also

IntervalTrigger Class | uws.Triggers Namespace | ITrigger | Trigger