MethodBindingInvokeAwaitable Structure |
Represents the awaitable result of the asynchronous method invocation.
Await this value to get the System.Object instance containing the return value of the async method.
The result of the await is null for async methods that do not return any value.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public struct MethodBindingInvokeAwaitable
The MethodBindingInvokeAwaitable type exposes the following members.
Name | Description | |
---|---|---|
GetAwaiter |
Gets an awaiter used to await the asynchronous method invocation.
| |
GetTask |
Gets the underlying task that was returned by the asynchronous method invocation.
|