Answer:
Many application have the need to call a specific method during regular intervals. For such situations we can use the System.Threading.Timer type in conjunction with a related delegate named TimerCallback.
Asked In: Many Interviews |
Alert Moderator