Hi all, who can help me with this question??
Which of the following are characteristics of the System.Threading.Timer class?
1) The method provided by the TimerCallback delegate will always be invoked on the thread which created the timer.
2) The thread which creates the timer must have a message processing loop (i.e. be considered a UI thread).
3) The class contains protection to prevent reentrancy to the method provided by the TimerCallback delegate
4) You can receive notification of an instance being Disposed by calling an overload of the Dispose method.