Using Async Delegates instead of the Thread class (jachman.wordpress.com)
submitted by
Jachman(520) 10 months, 6 days ago
If you want to write some asnychronous code, the good old fashioned way is to create a new Thread. But this has several pitfalls, e.g. when you need to use parameters or you need to retrieve a return value. Then this way is getting tricky.
|
category: C#
|
Views: 23
tags:
Delegate thread C# Async another
Everyones tags:
Your Tags: