MetalamaAPI documentationPost­Sharp API migrationPost­Sharp.​AspectsMethod­Interception­AspectOn­Invoke­Async
Open sandboxFocus

MethodInterceptionAspect.OnInvokeAsync Method

OnInvokeAsync(MethodInterceptionArgs)

In Metalama, implement OverrideAsyncMethod().

Declaration
public virtual Task OnInvokeAsync(MethodInterceptionArgs args)
Parameters
Type Name Description
MethodInterceptionArgs args
Returns
Type Description
System.Threading.Tasks.Task
Implements
IAsyncMethodInterceptionAspect.OnInvokeAsync(MethodInterceptionArgs)