Universal Windows Service Class Library

OnServiceStartTrigger.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.

Implements

ITrigger.Start

Remarks

If this function was called the trigger start it's work and fire trigger event only when service starts.

Exceptions

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

See Also

OnServiceStartTrigger Class | uws.Triggers Namespace | ITrigger | Trigger