| ScheduleOptionsWithNewUpdateInterval Method |
Returns a schedule options with a new update interval.
Namespace: Microsoft.IoT.DeviceCoreAssembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ScheduleOptions WithNewUpdateInterval(
uint updateInterval
)
Public Function WithNewUpdateInterval (
updateInterval As UInteger
) As ScheduleOptions
public:
virtual ScheduleOptions^ WithNewUpdateInterval(
[InAttribute] unsigned int updateInterval
) sealed
abstract WithNewUpdateInterval :
updateInterval : uint32 -> ScheduleOptions
override WithNewUpdateInterval :
updateInterval : uint32 -> ScheduleOptions
Parameters
- updateInterval
- Type: SystemUInt32
Return Value
Type:
ScheduleOptions
The new options.
See Also