Uses of Class
system.threading.TimerCallback
-
Packages that use TimerCallback Package Description system.threading -
-
Uses of TimerCallback in system.threading
Constructors in system.threading with parameters of type TimerCallback Constructor Description Timer(TimerCallback callback)
Timer(TimerCallback callback, NetObject state, int dueTime, int period)
Timer(TimerCallback callback, NetObject state, long dueTime, long period)
Timer(TimerCallback callback, NetObject state, TimeSpan dueTime, TimeSpan period)
Timer(TimerCallback callback, NetObject state, UInt32 dueTime, UInt32 period)
-