PostSharpAPI ReferencePost­Sharp.​Aspects.​AdvicesOn­Method­Invoke­Async­Advice
Open sandboxFocus

OnMethodInvokeAsyncAdvice Class

Custom attribute that, when applied on a method of an aspect class, specifies that this method is an advice having the same semantics as OnInvokeAsync(MethodInterceptionArgs).

Inheritance
OnMethodInvokeAsyncAdvice
Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp.dll
Syntax
[RequiresMethodInterceptionAdviceAnalysis]
[RequiresDebuggerEnhancement]
public sealed class OnMethodInvokeAsyncAdvice : OnMethodInvokeBaseAdvice
Remarks

The method to which this custom attribute is applied must be public and must have the same signature as OnInvokeAsync(MethodInterceptionArgs). However, it can be static.

Constructors

Name Description
OnMethodInvokeAsyncAdvice()

See Also