PostSharpAPI ReferencePost­Sharp.​AspectsMethod­Interception­ArgsProceed­Async
Open sandboxFocus

MethodInterceptionArgs.ProceedAsync Method

ProceedAsync()

Proceeds asynchronously with invocation of the method that has been intercepted by calling the next node in the chain of invocation, passing the current Arguments to that method and storing its return value into the property ReturnValue upon the completion of the intercepted async method.

Declaration
public abstract MethodInterceptionProceedAwaitable ProceedAsync()
Returns
Type Description
MethodInterceptionProceedAwaitable