PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​ContextsAsync­Method­Logging­ContextAwaited­Task
Open sandboxFocus

AsyncMethodLoggingContext.AwaitedTask Property

AwaitedTask

Gets the awaited System.Threading.Tasks.Task (i.e. the operand of the await operator), or null if it could not be determined or if the IncludeAwaitedTask profile property is set to false.

Declaration
public Task AwaitedTask { get; }
Property Value
Type Description
System.Threading.Tasks.Task