PostSharpAPI ReferencePost­Sharp.​AspectsIAsync­Method­Binding
Open sandboxFocus

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.dll
Syntax
[Internal]
public interface IAsyncMethodBinding : IMethodBinding

Methods

Name Description
InvokeAsync(ref Object, Arguments)

Invokes asynchronously the next node in the chain of invocation.

See Also