Reputation: 1093
I am trying to use the system.threading.thread api for windows phone 8 development but visual studio is giving me error. My platform is windows 8.1 , visual studio 2013 and sdk 8.1 for windows phone development. I have googled some links and found that thread is available for windows phone 8 development. Can any one suggest anything?
Upvotes: 1
Views: 1023
Reputation: 2283
http://msdn.microsoft.com/en-us/library/system.threading.thread.aspx This link gives all about the System.Threading.Thread class. It says that : It has been supported in Supported in: Windows Phone 8.1, Windows Phone 8, Silverlight 8.1. There you also can find a working sample for this class. Thanks and regards.
Upvotes: 1