| TaskExtensions Class |
Namespace: Microsoft.IoT.DeviceHelpers
The TaskExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| FailFastOnException |
Schedules a continuation that ignores any exceptions during execution.
| |
| IgnoreExceptions |
Schedules a continuation that ignores any exceptions during execution.
| |
| UISafeWait(FuncTask) |
Blocks and waits for a task to complete in a way that will not deadlock the UI thread.
| |
| UISafeWaitT(FuncTaskT) |
Blocks and waits for a task to complete in a way that will not deadlock the UI thread.
| |
| UISafeWaitTParam(FuncTParam, Task, TParam) |
Blocks and waits for a task to complete in a way that will not deadlock the UI thread.
|