RTTimer Members IntervalZero RTX Managed Code

The RTTimer type exposes the following members.

Constructors

NameDescription
Public methodRTTimer(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 methodRTTimer(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 methodRTTimer(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
Methods

NameDescription
Public methodChange(Int32, Int32)
Set the expiration time and repeat interval on the specified timer.
Public methodChange(Int64, Int64)
Set the expiration time and repeat interval on the specified timer.
Public methodDispose
Releases all resources used by this RTTimer.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodFinalize
Finalizes the RTTimer instance.
(Overrides OnlineObject Finalize .)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
See Also