Class Timeout
Represents a scheduled timeout for use with timer management APIs.
Encapsulates a callback function to be invoked after a specified time interval. The callback can optionally indicate whether the timeout should repeat.
Used by ITimedEvents and related timer systems to manage timed operations in the application.
public class Timeout
- Inheritance
-
Timeout
- Derived
- Inherited Members
Properties
- Callback
Gets or sets the function to invoke when the timeout expires.