| Scheduler Methods |
The Scheduler type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| Resume(ScheduledAction) |
Resumes execution of a synchronous subscriber.
| |
| Resume(ScheduledAsyncAction) |
Resumes execution of an asynchronous subscriber.
| |
| Schedule(ScheduledAction, ScheduleOptions) |
Schedules execution of a syncrhonous subscriber.
| |
| Schedule(ScheduledAsyncAction, ScheduleOptions) |
Schedules execution of an asynchronous subscriber.
| |
| Start |
Starts execution of the scheduler.
| |
| Stop |
Stops execution of the scheduler.
| |
| Suspend(ScheduledAction) |
Suspends execution of a synchronous subscriber.
| |
| Suspend(ScheduledAsyncAction) |
Suspends execution of an asynchronous subscriber.
| |
| ToString | (Inherited from Object.) | |
| Unschedule(ScheduledAction) |
Unschedules execution of a synchronous subscriber.
| |
| Unschedule(ScheduledAsyncAction) |
Unschedules execution of an asynchronous subscriber.
| |
| UpdateSchedule(ScheduledAction, ScheduleOptions) |
Updates the schedule for a synchronous subscriber.
| |
| UpdateSchedule(ScheduledAsyncAction, ScheduleOptions) |
Updates the schedule for an asynchronous subscriber.
|