pamidur / aspect-injector

AOP framework for .NET (c#, vb, etc)
Apache License 2.0
765 stars 114 forks source link

How to handle asynchronous method on exit? #69

Closed drony closed 6 years ago

drony commented 6 years ago

How to handle asynchronous method on exit?

pamidur commented 6 years ago

After advice works fine with async methods

pamidur commented 6 years ago

Just use Advice After Method on async method - that basically it.