Universal Windows Service Class Library

Trigger.Stop Method 

Signals the trigger that it should stop it's work.

public abstract void Stop();

Implements

ITrigger.Stop

Remarks

This function tells the trigger to stop it's work. All temporary resources will be given free. No further event calls are made but the callback functions for trigger event are already stored.

When this function was called the Start method restart the trigger which fires the trigger events again. The stored callback functions are used furthermore.

See Also

Trigger Class | uws.Triggers Namespace | ITrigger