RTTimer Class |
Encapsulates a periodic RTX64 timer.
IMPORTANT! This class has been deprecated. It will be removed in a future release.
SystemObject
IntervalZero.RTX64.RTAPI.ThreadingRTTimer
Namespace:
IntervalZero.RTX64.RTAPI.ThreadingIntervalZero.RTX64.RTAPI.ThreadingRTTimer
Assembly: IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 4.0.0.0 (File version: 4.5.0)
The RTTimer type exposes the following members.
| Name | Description | |
|---|---|---|
| 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.
| |
| 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.
| |
| 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.
|
| Name | Description | |
|---|---|---|
| Change(Int32, Int32) |
Set the expiration time and repeat interval on the specified timer.
| |
| Change(Int64, Int64) |
Set the expiration time and repeat interval on the specified timer.
| |
| Dispose |
Releases all resources used by this RTTimer.
|