Interface through which a method-level aspect or advice can asynchronously invoke the next node in the chain of invocation.
Namespace: PostSharp.Aspects
Assembly: PostSharp.dll
Syntax
[Internal]
public interface IAsyncMethodBinding : IMethodBinding
Methods
Name | Description |
---|---|
InvokeAsync(ref object, Arguments) | Invokes asynchronously the next node in the chain of invocation. |