Windows.System.Threading.TimerElapsedHandler

May 17, 2019 ยท View on GitHub

-description

Represents a method that is called when a timer created with CreateTimer or CreatePeriodicTimer expires.

-parameters

-param timer

The timer to associate with this method. When this timer expires, the method is called.

-remarks

When a timer is canceled, pending TimerElapsedHandler delegates are also canceled. TimerElapsedHandler delegates that are already running are allowed to finish.

-examples

-see-also

Contents

  1. 1-description
  2. 2-parameters
  3. 2.1-param timer
  4. 3-remarks
  5. 4-examples
  6. 5-see-also