Universal Windows Service Class Library

Trigger.Begin Method 

Signals the triggers in static trigger list that it could start it's work.

public static bool Begin();

Return Value

True if all triggers were started otherwise false. Returning false means only that at least one trigger event is in the past and it's impossible to reach it again.

Remarks

If this function was called the triggers start it's work and fire an event each time the event time is reached.

To stop the triggers work call the static End method.

The static trigger list will be used for global trigger which could be used from different objects.

For an example source code see the Add method.

See Also

Trigger Class | uws.Triggers Namespace