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 |
Determines whether the intercepted method is async
, and therefore whether the AsyncBinding property
and ProceedAsync() method are available.
public abstract bool IsAsync { get; }
Type | Description |
---|---|
bool |