Click or drag to resize
ISchedulerUpdateSchedule Method (ScheduledAction, ScheduleOptions)
Updates the schedule for a synchronous subscriber.

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

Parameters

subscriber
Type: Microsoft.IoT.DeviceCoreScheduledAction
The subscriber to update.
options
Type: Microsoft.IoT.DeviceCoreScheduleOptions
A ScheduleOptions that provides the updated options.
See Also