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

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -