AwaitExtensions.ExecuteContinuationSynchronouslyAwaitable<T> 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.
A Task awaitable that has affinity to executing callbacks synchronously on the completing callstack.
C#
public struct AwaitExtensions.ExecuteContinuationSynchronouslyAwaitable<T>
C#
[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct AwaitExtensions.ExecuteContinuationSynchronouslyAwaitable<T>
type AwaitExtensions.ExecuteContinuationSynchronouslyAwaitable<'T> = struct
[<System.Runtime.CompilerServices.IsReadOnly>]
type AwaitExtensions.ExecuteContinuationSynchronouslyAwaitable<'T> = struct
Public Structure AwaitExtensions.ExecuteContinuationSynchronouslyAwaitable(Of T)
- T
The type of value returned by the awaited Task.
- Inheritance
-
AwaitExtensions.ExecuteContinuationSynchronouslyAwaitable<T>
- Attributes
Await |
Initializes a new instance of the AwaitExtensions.ExecuteContinuationSynchronouslyAwaitable<T> struct. |
Get |
Gets the awaiter. |
Produkt | Verzie |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |