What is the difference between Task.WaitAll()
and Task.WhenAll()
from the Async CTP ?
Can you provide some sample code to illustrate the different use cases ?
What is the difference between Task.WaitAll()
and Task.WhenAll()
from the Async CTP ?
Can you provide some sample code to illustrate the different use cases ?