MethodInterceptionArgs.InvokeAsync Method |
Invokes asynchronously the method that has been intercepted by calling the next node in the chain of invocation with given arguments,
without affecting the property ReturnValue.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public abstract MethodBindingInvokeAwaitable InvokeAsync( Arguments arguments )
Parameters
- arguments
- Type: PostSharp.Aspects.Arguments
Arguments passed to the intercepted method.
Return Value
Type: MethodBindingInvokeAwaitableThe value that can be awaited to get the result of the intercepted method's invocation.