Click or drag to resize

ITimeoutTimer Interface

A thread-safe class for running timeouts on asynchronous methods.

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

The ITimeoutTimer type exposes the following members.

Methods
  NameDescription
Public methodStart
Starts the timer.
Public methodStop
Stops the timer, notifying the calling code if the timeout has already elapsed.
Top
See Also