c# 4.0 - How to run the timer tasks asynchronously? -


hi developing windows phone 8 app using c# , xaml. previous team has developed code, have used many methods in timer control. when updating methods calling , blocking ui. there way use timers asynchronously ui can not blocked. in advance

you should use "xaml binding" updating ui


Comments

Popular posts from this blog

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -

java - the value of local variable is not used -