I have C# 2.0 codes that I am porting to C# 4.0. I want to make use of System.Task
in place of the System.ThreadPool.QueueueUserWorkItem
. I also want to make use of System.Task
in place of System.Threading.Timer
.
How do I create a periodic System.Task
? I do not see anything on System.Task
or System.TaskFactory
.
Kind regards for consideration,
pKumara