9 lines
668 B
Plaintext
9 lines
668 B
Plaintext
![]() |
== Resources
|
||
|
|
||
|
=== Documentation
|
||
|
|
||
|
* https://learn.microsoft.com/en-us/dotnet/standard/asynchronous-programming-patterns/calling-synchronous-methods-asynchronously[Calling Synchronous Methods Asynchronously]
|
||
|
* https://learn.microsoft.com/en-us/dotnet/standard/asynchronous-programming-patterns/asynchronous-programming-using-delegates[Asynchronous Programming Using Delegates]
|
||
|
* https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.control.begininvoke[BeginInvoke()]
|
||
|
* https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.control.endinvoke[EndInvoke()]
|
||
|
* https://learn.microsoft.com/en-us/dotnet/api/system.asynccallback[AsyncCallback Delegate]
|