MetalamaAPI documentationPost­Sharp API migrationPost­Sharp.​AspectsIAsync­Method­Interception­Aspect
Open sandboxFocus

IAsyncMethodInterceptionAspect Interface

In Metalama, use OverrideMethodAspect.

Namespace: PostSharp.Aspects
Assembly: Metalama.Migration.dll
Syntax
public interface IAsyncMethodInterceptionAspect : IMethodInterceptionAspect, IMethodLevelAspect, IAspect

Methods

Name Description
OnInvokeAsync(MethodInterceptionArgs)

In Metalama, implement OverrideAsyncMethod().