await is meant to interrupt the process flow until the async method has finished . then however does not interrupt the process flow (meaning the next instructions will be executed) but enables you to run code when the async method is finished.4 Şub 2019