Runtime semantics of an aspect that, when applied on a method, intercepts invocations of this method. Includes semantics for both async and non-async method interception.
Namespace: PostSharp.Aspects
Assembly: PostSharp.dll
Syntax
[HasInheritedAttribute]
public interface IAsyncMethodInterceptionAspect : IMethodInterceptionAspect, IMethodLevelAspect, IAspect
Remarks
See MethodInterceptionAspect for details.
Methods
Name | Description |
---|---|
OnInvokeAsync(MethodInterceptionArgs) | Method invoked instead of the method to which the aspect has been applied. |