TplExtensions.NoThrowTaskAwaitable Structure
Visual Studio 2015
An awaitable that wraps a task and never throws an exception when waited on.
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
| Name | Description | |
|---|---|---|
![]() | TplExtensions.NoThrowTaskAwaitable(Task, Boolean) | Initializes a new instance of NoThrowTaskAwaitable. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from ValueType.) |
![]() | GetAwaiter() | Gets the awaiter. |
![]() | GetHashCode() | (Inherited from ValueType.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from ValueType.) |
This type is thread-safe for all members.
Show:
