Property AwaitedTask
AwaitedTask
Gets the awaited 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 |
---|---|
Task |