c# - How to create a background thread on Windows 10 -
in windows 8.1, can following run code in background:
task.run(()=>{ // running in background }); but looking @ documentation, seems task class no longer supported under windows 10? didn't update documentation or there different method should use?
windows phone os
supported in: 8.1, 8.0
Comments
Post a Comment