Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 243 Bytes

PH_S026.md

File metadata and controls

9 lines (5 loc) · 243 Bytes

PH_S026 - Blocking Wait in Async Method

Problem

The accesses to the task members Wait and Result are blocking. However, the enclosing method appears to be asynchronous.

Solution

Replace the blocking task accesses with await.