| ScheduledAction Delegate |
A delegate for a scheduled action.
Namespace: Microsoft.IoT.DeviceCoreAssembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public delegate void ScheduledAction()
Public Delegate Sub ScheduledAction
public delegate void ScheduledAction()
type ScheduledAction =
delegate of unit -> unit
See Also