Open sandboxFocus

Property IsAsync

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
bool