|   | Scheduled | 
The ScheduledTask type exposes the following members.
 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) | 
 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