> This is pretty typical for the entire project.
>     var legalEntity = await CreateLegalEntityObjectAsync(...);
>     var billingAccount = await CreateBillingAccountObjectAsync(...);
>

But what's inside all the awaited methods? Are they actually doing anything
asynchronously (web service calls, overlapped file IO)? Got the source code
or look in ILSpy? --* GK*

>

Reply via email to