Click or drag to resize
ScheduledUpdaterUpdateInterval Property
Gets or sets the update interval.

Namespace: Microsoft.IoT.DeviceCore
Assembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public uint UpdateInterval { get; set; }

Property Value

Type: UInt32
The current update interval.
Remarks
The update interval will be set to a default value that will vary based on the devices implementation. If your app does not want to use this default value, you should set the update interval to a non-zero value prior to registering any event handlers.
See Also