Click or drag to resize
ScheduledUpdaterScheduler Property
Gets the scheduler that is providing updates.

Namespace: Microsoft.IoT.DeviceCore
Assembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IScheduler Scheduler { get; }

Property Value

Type: IScheduler
The scheduler that is providing updates.
See Also