Click or drag to resize
ScheduleOptionsUpdateInterval Property
Gets the requested update interval for the subscriber.

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; }

Property Value

Type: UInt32
The requested update interval for the subscriber.
Remarks
The report interval is specified in milliseconds.
See Also