Description

A TimerCallback delegate invokes its methods once after the start time elapses, and continues invoking its methods once per period until the System.Threading.Timer.Dispose 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.]

Get .NET Framework Standard Library Annotated Reference, Volume 1: Base Class Library and Extended Numerics Library now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.