Open sandboxFocus

Property IsAsync

IsAsync

Determines whether the current LoggingContext represents an async method or an asynchronous custom activity.

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