AwaitExtensions.ExecuteContinuationSynchronouslyAwaitable 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
[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct AwaitExtensions.ExecuteContinuationSynchronouslyAwaitable
type AwaitExtensions.ExecuteContinuationSynchronouslyAwaitable = struct
[<System.Runtime.CompilerServices.IsReadOnly>]
type AwaitExtensions.ExecuteContinuationSynchronouslyAwaitable = struct
Public Structure AwaitExtensions.ExecuteContinuationSynchronouslyAwaitable
- Inheritance
-
AwaitExtensions.ExecuteContinuationSynchronouslyAwaitable
- Attributes
Constructors
AwaitExtensions.ExecuteContinuationSynchronouslyAwaitable(Task) |
Initializes a new instance of the AwaitExtensions.ExecuteContinuationSynchronouslyAwaitable struct. |
Methods
GetAwaiter() |
Gets the awaiter. |