Click or drag to resize
ScheduleOptionsWithNewUpdateInterval Method
Returns a schedule options with a new update interval.

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 WithNewUpdateInterval(
	uint updateInterval
)

Parameters

updateInterval
Type: SystemUInt32

Return Value

Type: ScheduleOptions
The new options.
See Also