TplExtensions.NoThrowValueTaskAwaitable<TResult> Struct
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An awaitable that wraps a ValueTask<TResult> and never throws an exception when waited on.
C#
[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct TplExtensions.NoThrowValueTaskAwaitable<TResult>
[<System.Runtime.CompilerServices.IsReadOnly>]
type TplExtensions.NoThrowValueTaskAwaitable<'Result> = struct
Public Structure TplExtensions.NoThrowValueTaskAwaitable(Of TResult)
- TResult
The type of the result.
- Inheritance
-
TplExtensions.NoThrowValueTaskAwaitable<TResult>
- Attributes
Tpl |
Initializes a new instance of the TplExtensions.NoThrowValueTaskAwaitable<TResult> struct. |
Get |
Gets the awaiter. |
Tuote | Versiot |
---|---|
Visual Studio SDK | 2022 |