Anonymous Delegate ThreadPool calls
Posted by: EggHeadCafe.com New Articles,
on 04 Jan 2008 |
View original | Bookmarked: 0 time(s)
Anonymous methods are not an intrinsic construct of the CLR. They are actually implemented by the C# compiler. This short article illustrates how to use anonymous delegates with the .NET ThreadPool. read more
By Peter Bromberg
