https://github.com/karenpayneoregon/async-cancellation-winforms
Beginner code sample for async in windows forms
https://github.com/karenpayneoregon/async-cancellation-winforms
async async-await asynchronous-programming asynctask csharp visual-basic
Last synced: about 2 months ago
JSON representation
Beginner code sample for async in windows forms
- Host: GitHub
- URL: https://github.com/karenpayneoregon/async-cancellation-winforms
- Owner: karenpayneoregon
- Created: 2020-08-05T13:24:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-05T14:06:54.000Z (almost 6 years ago)
- Last Synced: 2025-03-23T18:17:39.406Z (about 1 year ago)
- Topics: async, async-await, asynchronous-programming, asynctask, csharp, visual-basic
- Language: Visual Basic .NET
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# About
Code samples for showing basics on working with asynchronous task with option to cancellation a task in Windows Form projects for both VB.NET and C#.

### Requires
Microsoft Visual Studio 2017 or higher