PostSharp / / API Reference / Post­Sharp.​Aspects / Method­Interception­Aspect / On­Invoke­Async
Open sandbox

Method OnInvokeAsync

OnInvokeAsync(MethodInterceptionArgs)

Declaration
[RequiresMethodInterceptionAdviceAnalysis]
[RequiresDebuggerEnhancement]
[HasInheritedAttribute]
[MethodInterceptionAdviceOptimization]
public virtual Task OnInvokeAsync(MethodInterceptionArgs args)
Parameters
Type Name Description
MethodInterceptionArgs args
Returns
Type Description
Task
Implements
IAsyncMethodInterceptionAspect.OnInvokeAsync(MethodInterceptionArgs)