RtTimer Class

Encapsulates a periodic wRTOS timer.

IMPORTANT: This class has been deprecated. It will be removed in a future release.

Inheritance Hierarchy

System.Object
  IntervalZero.MaxRT.wRTOS.RtApi.Threading.RtTimer

Namespace:  IntervalZero.MaxRT.wRTOS.RtApi.Threading
Assembly:  IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

Copy
public class RtTimer : IDisposable

 

The RtTimer class exposes the following members.

Constructors

  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.

Methods

  Name Description

Public method

Change (Int32, Int32)

Set the expiration time and repeat interval on the specified timer.

Public method

Change (Int64, Int64)

Set the expiration time and repeat interval on the specified timer.

Public method

Dispose

Releases all resources used by this RtTimer.

See Also: