The Windows Phone 8 SDK documentation doesn't describe a difference between Windows.System.Threading.ThreadPool
and System.Threading.ThreadPool
. Is there any difference between the two besides the obvious API difference? For example, do they use the same pool of threads? If there is an underlying difference, which should I use and when?
Windows.System.Threading.ThreadPool is "safe" to use within a XAML based application, System.Threading.ThreadPool is the standard API available to all .net application types.
If you are developing a XAML app for WP8 or the windows app store, use the Windows.System version.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With