Mono Class Library: System.Threading NamespaceSystem.Threading.TimerCallback Delegate |
|
A TimerCallback delegate invokes its methods once after the start time elapses, and continues invoking its methods once per period until the Timer.Dispose(WaitHandle) method is called.
Note: The start time for a System.Threading.Timer is passed in the dueTime parameter of the Timer constructors, and the period is passed via the period parameter.Note: For an example that demonstrates creating and using a TimerCallback delegate, see the System.Threading.Timer class.[Edit]
Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0