here is sample code for starting multiple task
Task.Factory.StartNew(() =>
{
//foreach (KeyValuePair entry in dicLis
if i start 10 task using Task.Factory.StartNew() so how do i notify after when 10 task will be finish
Three options: