| ScheduledUpdater Constructor (ScheduleOptions, IScheduler) |
Namespace: Microsoft.IoT.DeviceCoreAssembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ScheduledUpdater(
ScheduleOptions scheduleOptions,
IScheduler scheduler
)
Public Sub New (
scheduleOptions As ScheduleOptions,
scheduler As IScheduler
)
public:
ScheduledUpdater(
[InAttribute] ScheduleOptions^ scheduleOptions,
[InAttribute] IScheduler^ scheduler
)
new :
scheduleOptions : ScheduleOptions *
scheduler : IScheduler -> ScheduledUpdater
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