For some reason, my compiler (using .Net 4.5) cannot find Task.Delay or other static Task methods. I have a using for System.Threading.Tasks and System.Threading. However, Task.Delay isn't available. I've seen several only examples that use Task.Delay and the Johnathan Peppers book uses it a lot. However, my code will not compile. Anyone have a clue what I might be missing?
↧