![]() | IScheduler Interface |
Namespace: Microsoft.IoT.DeviceCore
Name | Description | |
---|---|---|
![]() | 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.
|
![]() | Suspend(ScheduledAction) |
Suspends execution of a synchronous subscriber.
|
![]() | Suspend(ScheduledAsyncAction) |
Suspends execution of an asynchronous subscriber.
|
![]() | 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.
|