PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​ContextsLogging­ContextIs­Async
Open sandboxFocus

LoggingContext.IsAsync Property

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
Boolean
Implements
ILoggingContext.IsAsync