Click or drag to resize
ScheduledUpdaterSetAsyncUpdateAction Method
Sets an asynchronous 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 SetAsyncUpdateAction(
	ScheduledAsyncAction asyncUpdateAction
)

Parameters

asyncUpdateAction
Type: Microsoft.IoT.DeviceCoreScheduledAsyncAction
The asynchronous update action.
See Also