| SchedulerPriority Enumeration |
Indicates the requested priority level that a subscriber is scheduled.
Namespace: Microsoft.IoT.DeviceCoreAssembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum SchedulerPriority
Public Enumeration SchedulerPriority
public enum class SchedulerPriority
Members
| Member name | Value | Description |
---|
| Default | 0 |
The subscriber will be scheduled at the same priority as other subscribers.
|
| High | 1 |
The subscriber will be scheduled at a higher priority than other subscribers.
|
See Also