Click or drag to resize
ScheduledUpdater Constructor (ScheduleOptions, IScheduler)
Initializes a new ScheduledUpdater instance.

Namespace: Microsoft.IoT.DeviceCore
Assembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ScheduledUpdater(
	ScheduleOptions scheduleOptions,
	IScheduler scheduler
)

Parameters

scheduleOptions
Type: Microsoft.IoT.DeviceCoreScheduleOptions
The options used for scheduling.
scheduler
Type: Microsoft.IoT.DeviceCoreIScheduler
The scheduler that will be used to schedule updates.
See Also