In Metalama, use OverrideMethodAspect.
Namespace: PostSharp.Aspects
Assembly: Metalama.Migration.dll
Syntax
[Obsolete("In Metalama, use 'OverrideMethodAspect'.", false)]
public interface IAsyncMethodInterceptionAspect : IMethodInterceptionAspect, IMethodLevelAspect, IAspectMethods
| Name | Description |
|---|---|
| OnInvokeAsync(MethodInterceptionArgs) | In Metalama, implement OverrideAsyncMethod(). |