| ScheduledAsyncAction Delegate |
A delegate for a scheduled asynchronous 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 IAsyncAction ScheduledAsyncAction()
Public Delegate Function ScheduledAsyncAction As IAsyncAction
public delegate IAsyncAction^ ScheduledAsyncAction()
type ScheduledAsyncAction =
delegate of unit -> IAsyncAction
Return Value
Type:
IAsyncActionSee Also