ScheduledTask Methods

Methods

Dispose Starts the disposing process of exiting the worker thread.
EqualsDetermines 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)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates 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.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also