Click or drag to resize
TaskExtensions Class
Provides extension methods for creating, scheduling and working with tasks.
Inheritance Hierarchy
SystemObject
  Microsoft.IoT.DeviceHelpersTaskExtensions

Namespace: Microsoft.IoT.DeviceHelpers
Assembly: Microsoft.IoT.DeviceHelpers (in Microsoft.IoT.DeviceHelpers.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static class TaskExtensions

The TaskExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFailFastOnException
Schedules a continuation that ignores any exceptions during execution.
Public methodStatic memberIgnoreExceptions
Schedules a continuation that ignores any exceptions during execution.
Public methodStatic memberUISafeWait(FuncTask)
Blocks and waits for a task to complete in a way that will not deadlock the UI thread.
Public methodStatic memberUISafeWaitT(FuncTaskT)
Blocks and waits for a task to complete in a way that will not deadlock the UI thread.
Public methodStatic memberUISafeWaitTParam(FuncTParam, Task, TParam)
Blocks and waits for a task to complete in a way that will not deadlock the UI thread.
Top
See Also