Scheduler Class |
Namespace: Microsoft.IoT.DeviceCore
The Scheduler type exposes the following members.
Name | Description | |
---|---|---|
AutoStart |
Gets or sets a value that indicates if the scheduler should automatically start
when the first subscriber is scheduled.
| |
Default |
Gets the default shared scheduler.
| |
IsRunning |
Gets a value that indicates if the scheduler is running.
|
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.
|