RtTimer Constructor

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.

See Also: