MethodInterceptionProceedAwaitable Structure |
Represents the asynchronous proceed operation that calls the next node in the chain of invocation.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public struct MethodInterceptionProceedAwaitable
The MethodInterceptionProceedAwaitable type exposes the following members.
Name | Description | |
---|---|---|
GetAwaiter |
Gets an awaiter used to await the asynchronous method invocation.
| |
GetTask |
Gets the underlying task that represents the asynchronous proceed operation.
|