MethodInterceptionArgs.AsyncBinding Property |
Gets an interface that allows to invoke asynchronously the next node in the chain of invocation of the intercepted method.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 5.0.55.0 (5.0.55.0)


Bindings are thread-safe and context-free singleton instances exposing the next node in the chain of invocation.
![]() |
---|
As a result of weaving optimizations, value of this property may be seen null in a debugger. If you need to inspect the value in runtime, consider disabling aspect optimizations in the debug build configuration. |
