Universal Windows Service Class Library

Trigger.TimerCallback Method 

Function is called from timer which shows that the trigger event should be fired.

protected virtual void TimerCallback(
   object data
);

Parameters

data
Containing specific timer data.

Remarks

Callback function of asynchronous timer event call. When this function is called the interval to first start event is over and trigger event will be fired.

See Also

Trigger Class | uws.Triggers Namespace