Universal Windows Service Class Library

Trigger.Clear Method 

Remove all entries from static trigger list.

public static void Clear();

Remarks

The function removes all triggers from static trigger list. Running triggers will be stopped and then removed.

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