PostSharp.ILAPI ReferencePost­Sharp.​AspectsIAsync­Method­Interception­Aspect
Open sandboxFocus

IAsyncMethodInterceptionAspect Interface

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

Methods

Name Description
OnInvokeAsync(MethodInterceptionArgs)

Method invoked instead of the method to which the aspect has been applied.