AwaitExtensions.ExecuteContinuationSynchronouslyAwaitable<T> Struct
Definition
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.
public struct AwaitExtensions.ExecuteContinuationSynchronouslyAwaitable<T>
[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)
Type Parameters
- T
The type of value returned by the awaited Task.
- Inheritance
-
AwaitExtensions.ExecuteContinuationSynchronouslyAwaitable<T>
- Attributes
Constructors
AwaitExtensions.ExecuteContinuationSynchronouslyAwaitable<T>(Task<T>) |
Initializes a new instance of the AwaitExtensions.ExecuteContinuationSynchronouslyAwaitable<T> struct. |
Methods
GetAwaiter() |
Gets the awaiter. |