| ScheduleOptions Constructor (UInt32, SchedulerPriority) |
Namespace: Microsoft.IoT.DeviceCoreAssembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ScheduleOptions(
uint updateInterval,
SchedulerPriority priority
)
Public Sub New (
updateInterval As UInteger,
priority As SchedulerPriority
)
public:
ScheduleOptions(
[InAttribute] unsigned int updateInterval,
[InAttribute] SchedulerPriority priority
)
new :
updateInterval : uint32 *
priority : SchedulerPriority -> ScheduleOptions
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