IAsyncMethodBinding Interface |
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 (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public interface IAsyncMethodBinding : IMethodBinding
The IAsyncMethodBinding type exposes the following members.
Name | Description | |
---|---|---|
Invoke |
Invokes the next node in the chain of invocation.
(Inherited from IMethodBinding.) | |
InvokeAsync |
Invokes asynchronously the next node in the chain of invocation.
|