Click or drag to resize

TellMeWhenITimerCallback Interface

Defines a method to be used for timer events.

Namespace:  Archon.SwissArmyLib.Events
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public interface ITimerCallback
Request Example View Source

The TellMeWhenITimerCallback type exposes the following members.

Methods
  NameDescription
Public methodOnTimesUp
Called when a timer is triggered (eg. after X amount of time).
Top
See Also