Click or drag to resize
ScheduledUpdaterSetUpdateAction Method
Sets a synchronous update action to be called by the scheduler.

Namespace: Microsoft.IoT.DeviceCore
Assembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void SetUpdateAction(
	ScheduledAction updateAction
)

Parameters

updateAction
Type: Microsoft.IoT.DeviceCoreScheduledAction
The synchronous update action.
See Also