Scheduled
|
public class ScheduledTask : IDisposable
The ScheduledTask type exposes the following members.
Name | Description | |
---|---|---|
ScheduledTask | Creates a ScheduledTask. |
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) |
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. |
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) |