|   | Scheduled | 
 Inheritance Hierarchy
Inheritance Hierarchy
         Syntax
SyntaxThe ScheduledTask type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ScheduledTask | Creates a ScheduledTask. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Dispose | Starts the disposing process of exiting the worker thread. | 
|  | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | 
|  | Finalize | Cleans up the ThreadContainerBase thread since that class likely will never be garbage collected. (Overrides ObjectFinalize) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object) | 
|  | GetType | Gets the Type of the current instance. (Inherited from Object) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | 
|  | Start | Starts the task immediately, or if one was scheduled, starts the scheduled task immediately | 
|  | Start(Int32) | Starts a timer to run the task after a provided interval. | 
|  | ToString | Returns a string that represents the current object. (Inherited from Object) | 
 Events
Events| Name | Description | |
|---|---|---|
|  | Disposing | Occurs right before this task is disposed. | 
|  | Running | Occurs every time the task should run. | 
|  | UnhandledException | Occurs when Running or Disposing event throws an exception. | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | GetEnumValueOrDefault | Gets the enumeration constant for value, if defined in the enumeration, or a default value. (Defined by EnumExtensions) | 
|  | GetEnumValueOrDefaultT | Gets the enumeration constant for this value, if defined in the enumeration, or a default value. (Defined by EnumExtensions) | 
 See Also
See Also