Represents the asynchronous proceed operation that calls the next node in the chain of invocation.
Namespace: PostSharp.Aspects
Assembly: PostSharp.dll
Syntax
public struct MethodInterceptionProceedAwaitableMethods
| Name | Description |
|---|---|
| GetAwaiter() | Gets an awaiter used to await the asynchronous method invocation. |
| GetTask() | Gets the underlying task that represents the asynchronous proceed operation. |