|
iText 9.7.0 API
|
Utility class for creating and managing timers. More...
Static Public Member Functions |
|
| static Timer | NewTimerWithRecurringTask (System.Action task, long delay, long period) |
| Creates a new Timer instance. More... |
|
| static void | StopTimer (Timer timer) |
| Stops the specified timer and releases its resources. More... |
|
Utility class for creating and managing timers.
|
inlinestatic |
Creates a new Timer instance.
|
inlinestatic |
Stops the specified timer and releases its resources.