Click or drag to resize
SchedulerSchedule Method (ScheduledAction, ScheduleOptions)
Schedules execution of a syncrhonous subscriber.

Namespace: Microsoft.IoT.DeviceCore
Assembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Schedule(
	ScheduledAction subscriber,
	ScheduleOptions options
)

Parameters

subscriber
Type: Microsoft.IoT.DeviceCoreScheduledAction
The subscriber to schedule.
options
Type: Microsoft.IoT.DeviceCoreScheduleOptions
A ScheduleOptions that provides options for the schedule.

Implements

ISchedulerSchedule(ScheduledAction, ScheduleOptions)
See Also