Click or drag to resize

TimeoutTimer Class

A thread-safe class for running timeouts on asynchronous methods.
Inheritance Hierarchy
SystemObject
  FM.IceLinkTimeoutTimer

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

The TimeoutTimer type exposes the following members.

Constructors
  NameDescription
Public methodTimeoutTimer
Initializes a new instance of the TimeoutTimer class.
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 methodStart
Starts the timer.
Public methodStop
Stops the timer, notifying the calling code if the timeout has already elapsed.
Public methodToString (Inherited from Object.)
Top
See Also