| ISchedulerSchedule Method (ScheduledAsyncAction, ScheduleOptions) |
Schedules execution of an asynchronous subscriber.
Namespace: Microsoft.IoT.DeviceCoreAssembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void Schedule(
ScheduledAsyncAction subscriber,
ScheduleOptions options
)
Sub Schedule (
subscriber As ScheduledAsyncAction,
options As ScheduleOptions
)
void Schedule(
[InAttribute] ScheduledAsyncAction^ subscriber,
[InAttribute] ScheduleOptions^ options
)
abstract Schedule :
subscriber : ScheduledAsyncAction *
options : ScheduleOptions -> unit
Parameters
- subscriber
- Type: Microsoft.IoT.DeviceCoreScheduledAsyncAction
The subscriber to schedule.
- options
- Type: Microsoft.IoT.DeviceCoreScheduleOptions
A ScheduleOptions that provides options for the schedule.
See Also