Open sandboxFocus

Interface IAsyncMethodInterceptionAspect

In Metalama, use OverrideMethodAspect.

Namespace: PostSharp.Aspects
Assembly: Metalama.Migration.dll
Syntax
[Obsolete("In Metalama, use 'OverrideMethodAspect'.", false)]
public interface IAsyncMethodInterceptionAspect : IMethodInterceptionAspect, IMethodLevelAspect, IAspect

Methods

Name Description
OnInvokeAsync(MethodInterceptionArgs)

In Metalama, implement OverrideAsyncMethod().

Extension Methods