Click or drag to resize
TaskExtensions Methods

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