Click or drag to resize
ScheduleOptions Constructor (UInt32)
Initializes a new ScheduleOptions instance with a default priority.

Namespace: Microsoft.IoT.DeviceCore
Assembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ScheduleOptions(
	uint reportInterval
)

Parameters

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