F
fred
I'm writing an application invoking asynchon methods.
I envision using the .NET thread pool since it matches
well my needs.
There is (at least) 2 methods to do that:
using ThreadPool class directely or using the BeginInvoke
() of a delegate.
Does anybody knows any advantages from one method to
another?
thank you
I envision using the .NET thread pool since it matches
well my needs.
There is (at least) 2 methods to do that:
using ThreadPool class directely or using the BeginInvoke
() of a delegate.
Does anybody knows any advantages from one method to
another?
thank you