Universal Windows Service Class Library

Trigger.TimerRestart Method 

Helper function which is used to handle trigger event times which are to long in future.

protected virtual void TimerRestart(
   object data
);

Parameters

data
Containing specific timer data.

Remarks

This function is only a little help method which will be used for triggers which first start event is in future so long that start interval is to big. Use this function to break the big interval to daily steps until start event could be reached normaly.

See Also

Trigger Class | uws.Triggers Namespace