Click or drag to resize
Scheduler Methods

The Scheduler type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodResume(ScheduledAction)
Resumes execution of a synchronous subscriber.
Public methodResume(ScheduledAsyncAction)
Resumes execution of an asynchronous subscriber.
Public methodSchedule(ScheduledAction, ScheduleOptions)
Schedules execution of a syncrhonous subscriber.
Public methodSchedule(ScheduledAsyncAction, ScheduleOptions)
Schedules execution of an asynchronous subscriber.
Public methodStart
Starts execution of the scheduler.
Public methodStop
Stops execution of the scheduler.
Public methodSuspend(ScheduledAction)
Suspends execution of a synchronous subscriber.
Public methodSuspend(ScheduledAsyncAction)
Suspends execution of an asynchronous subscriber.
Public methodToString (Inherited from Object.)
Public methodUnschedule(ScheduledAction)
Unschedules execution of a synchronous subscriber.
Public methodUnschedule(ScheduledAsyncAction)
Unschedules execution of an asynchronous subscriber.
Public methodUpdateSchedule(ScheduledAction, ScheduleOptions)
Updates the schedule for a synchronous subscriber.
Public methodUpdateSchedule(ScheduledAsyncAction, ScheduleOptions)
Updates the schedule for an asynchronous subscriber.
Top
See Also