Click or drag to resize
SchedulerPriority Enumeration
Indicates the requested priority level that a subscriber is scheduled.

Namespace: Microsoft.IoT.DeviceCore
Assembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum SchedulerPriority
Members
  Member nameValueDescription
Default0 The subscriber will be scheduled at the same priority as other subscribers.
High1 The subscriber will be scheduled at a higher priority than other subscribers.
See Also