The RTTimer type exposes the following members.
Back to Top
Back to Top
Constructors
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
|
Methods
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.
|
![]() | ![]() | (Inherited from ![]() |
![]() | Finalize |
Finalizes the RTTimer instance.
(Overrides ![]() |
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
See Also