PostSharpAPI ReferencePost­Sharp.​AspectsMethod­Interception­ArgsIs­Async
Open sandboxFocus

MethodInterceptionArgs.IsAsync Property

IsAsync

Determines whether the intercepted method is async, and therefore whether the AsyncBinding property and ProceedAsync() method are available.

Declaration
public abstract bool IsAsync { get; }
Property Value
Type Description
Boolean