Universal Windows Service Class Library

ITrigger.Stop Method 

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

void 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

ITrigger Interface | uws.Triggers Namespace