RTTimer Constructor

IMPORTANT! This constructor has been deprecated. It will be removed in a future release.

Overload List
Name Description
Public method RTTimer(Clock, RTTimerCallback)
Initializes a new instance of the IntervalZero.Threading.RTTimer class with an infinite period and an infinite due time, using the newly created RTTimerCallback.
Public method RTTimer(Clock, RTTimerCallback, Object, Int32, Int32)
Initializes a new instance of the IntervalZero.Threading.RTTimer class with an infinite period and an infinite due time, using the newly created RTTimerCallback.
Public method RTTimer(Clock, RTTimerCallback, Object, Int64, Int64)
Initializes a new instance of the IntervalZero.Threading.RTTimer class with an infinite period and an infinite due time, using the newly created RTTimerCallback.
Top
See Also