How are BeginXXX methods used in the asynchronous programming model usually implemented by .Net libraries?
I understand that the Task-based Asynchronous Pattern (TAP) is now the preferred way to write async code but I was reading up on previous patterns to see how async code used to be written.
Async method lacks ‘awai’t operator
.Net 4.8 project with C# and trying to tidy this function: