我有C#2.0代码,我移植到C#4.0.我想用System.Task它代替System.ThreadPool.QueueueUserWorkItem.我也想用System.Task它代替System.Threading.Timer.
System.Task
System.ThreadPool.QueueueUserWorkItem
System.Threading.Timer
如何创建定期System.Task?我没有看到任何东西System.Task或System.TaskFactory.
System.TaskFactory
亲切的考虑,
pKumara
c# multithreading
c# ×1
multithreading ×1