| ScheduleOptionsWithNewPriority Method |
Returns new schedule options with an updated priority.
Namespace: Microsoft.IoT.DeviceCoreAssembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ScheduleOptions WithNewPriority(
SchedulerPriority priority
)
Public Function WithNewPriority (
priority As SchedulerPriority
) As ScheduleOptions
public:
virtual ScheduleOptions^ WithNewPriority(
[InAttribute] SchedulerPriority priority
) sealed
abstract WithNewPriority :
priority : SchedulerPriority -> ScheduleOptions
override WithNewPriority :
priority : SchedulerPriority -> ScheduleOptions
Parameters
- priority
- Type: Microsoft.IoT.DeviceCoreSchedulerPriority
The new priority.
Return Value
Type:
ScheduleOptions
The new options.
See Also