TimerCallback

TimerCallbackCF 1.0, ECMA 1.0, serializable

System.Threading (mscorlib.dll)delegate

Use this delegate with Timer.

public delegate void TimerCallback(object state);

Passed To

Timer.Timer( )



    Part II: Programming with the .NET Framework
    Part IV: API Quick Reference
    Chapter 26. System