| ScheduleOptionsPriority Property |
Gets the requested update priority for the subscriber.
Namespace: Microsoft.IoT.DeviceCoreAssembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public SchedulerPriority Priority { get; }
Public ReadOnly Property Priority As SchedulerPriority
Get
public:
virtual property SchedulerPriority Priority {
SchedulerPriority get () sealed;
}
abstract Priority : SchedulerPriority with get
override Priority : SchedulerPriority with get
Property Value
Type:
SchedulerPrioritySee Also