System::Threading::TimerQueue::Add method
TimerQueue::Add method
Registers timer in queue.
bool System::Threading::TimerQueue::Add(Timer *timer)
Parameter | Type | Description |
---|---|---|
timer | Timer * | Timer to register. |
ReturnValue
Always returns true.
See Also
- Class Timer
- Class TimerQueue
- Namespace System::Threading
- Library Aspose.PUB for C++