Click or drag to resize

RecurringTaskScheduler Methods

The RecurringTaskScheduler type exposes the following members.

Methods
  NameDescription
Public methodAddTask
Adds a task to be executed on a recurring basis.
Public methodDispose
Stops running the scheduler if it is active.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetTaskData
Gets a copy of the performance metrics associated with the given recurring task.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemoveTask
Removes a task so that it is no longer executed on a recurring basis.
Public methodStart
Starts running the scheduler. This method returns once NumberOfThreads threads have been started.
Public methodStop
Stops running the scheduler. This method does not return until all threads have stopped.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also