TplExtensions.NoThrowTaskAwaiter Structure
Visual Studio 2015
An awaiter that wraps a task and never throws an exception when waited on.
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
| Name | Description | |
|---|---|---|
![]() | TplExtensions.NoThrowTaskAwaiter(Task, Boolean) | Initializes a new instance of NoThrowTaskAwaiter. |
| Name | Description | |
|---|---|---|
![]() | IsCompleted | Determines whether the task has completed. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from ValueType.) |
![]() | GetHashCode() | (Inherited from ValueType.) |
![]() | GetResult() | Does nothing. |
![]() | GetType() | (Inherited from Object.) |
![]() | OnCompleted(Action) | Schedules a delegate for execution at the conclusion of a task's execution. |
![]() | ToString() | (Inherited from ValueType.) |
This type is thread-safe for all members.
Show:

