public class ScheduledTask : IDisposable
Public Class ScheduledTask
Implements IDisposable
public ref class ScheduledTask : IDisposable
Gemstone.Threading.ScheduledTask = function();
Type.createClass(
'Gemstone.Threading.ScheduledTask',
null,
IDisposable);
ScheduledTask | Creates a ScheduledTask. |
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) |