PostSharpAPI ReferencePost­Sharp.​AspectsMethod­Interception­Proceed­Awaitable
Open sandboxFocus

MethodInterceptionProceedAwaitable Class

Represents the asynchronous proceed operation that calls the next node in the chain of invocation.

Inheritance
MethodInterceptionProceedAwaitable
Namespace: PostSharp.Aspects
Assembly: PostSharp.dll
Syntax
public sealed class MethodInterceptionProceedAwaitable : ValueType

Methods

Name Description
GetAwaiter()

Gets an awaiter used to await the asynchronous method invocation.

GetTask()

Gets the underlying task that represents the asynchronous proceed operation.