| ScheduledUpdater Constructor (ScheduleOptions) |
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
)
Public Sub New (
scheduleOptions As ScheduleOptions
)
public:
ScheduledUpdater(
[InAttribute] ScheduleOptions^ scheduleOptions
)
new :
scheduleOptions : ScheduleOptions -> ScheduledUpdater
Parameters
- scheduleOptions
- Type: Microsoft.IoT.DeviceCoreScheduleOptions
The options used for scheduling.
See Also