RTTimer Constructor IntervalZero RTX Managed Code
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
Back to Top
See Also