Click or drag to resize
ScheduleOptions Constructor (UInt32, SchedulerPriority)
Initializes a new ScheduleOptions instance.

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 updateInterval,
	SchedulerPriority priority
)

Parameters

updateInterval
Type: SystemUInt32
The requested update interval for the subscriber.
priority
Type: Microsoft.IoT.DeviceCoreSchedulerPriority
The requested update priority for the subscriber.
Remarks
The report interval is specified in milliseconds.
See Also