MethodInterceptionArgs.ProceedAsync Method |
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.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.10.10.0 (6.10.10.0)
C#
public abstract MethodInterceptionProceedAwaitable ProceedAsync()