Click or drag to resize
ScheduledUpdater Constructor (ScheduleOptions)
Initializes a new ScheduledUpdater using the default scheduler.

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
)

Parameters

scheduleOptions
Type: Microsoft.IoT.DeviceCoreScheduleOptions
The options used for scheduling.
See Also