Click or drag to resize
ScheduleOptionsWithNewPriority Method
Returns new schedule options with an updated priority.

Namespace: Microsoft.IoT.DeviceCore
Assembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ScheduleOptions WithNewPriority(
	SchedulerPriority priority
)

Parameters

priority
Type: Microsoft.IoT.DeviceCoreSchedulerPriority
The new priority.

Return Value

Type: ScheduleOptions
The new options.
See Also