Click or drag to resize

ManagedTimer Class

A managed timer that will tick on intervals. Might catchup if callback takes too long.
Inheritance Hierarchy
SystemObject
  FM.IceLinkManagedTimer

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The ManagedTimer type exposes the following members.

Constructors
  NameDescription
Public methodManagedTimer
Creates a new instance of the managed timer.
Top
Properties
  NameDescription
Public propertyInterval
Gets the interval that the timer will tick on.
Public propertyRunning
Gets whether the timer is running.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberPerSecondInterval
Calculates a interval based on how many times you want the timer to tick per second.
Public methodStart
Starts the timer.
Public methodStop
Stops the timer.
Public methodStopAsync
Stops the timer.
Public methodToString (Inherited from Object.)
Top
See Also