Universal Windows Service Class Library

IntervalTrigger.TimerCallback Method

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

Overload List

Inherited from Trigger.

protected virtual void TimerCallback(object);

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

protected void TimerCallback(object,ElapsedEventArgs);

See Also

IntervalTrigger Class | uws.Triggers Namespace | Trigger