RecurringTaskScheduler Methods |
The RecurringTaskScheduler type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddTask |
Adds a task to be executed on a recurring basis.
|
![]() | Dispose |
Stops running the scheduler if it is active.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetTaskData |
Gets a copy of the performance metrics associated with the given recurring task.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | RemoveTask |
Removes a task so that it is no longer executed on a recurring basis.
|
![]() | Start |
Starts running the scheduler. This method returns once
NumberOfThreads threads have been started.
|
![]() | Stop |
Stops running the scheduler. This method does not return
until all threads have stopped.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |