task

  1. SiamIT

    Multithreading Throws Files Is In Use Excepton

    Greetings.. i am using following codes to run multiple threads at a time to get data from different links and save the data to different file as well. As the file name/path is different for each loop? i don't understand why it throws following exception: The process cannot access the file...
  2. fakeNoose

    Resolved Invoke tasks repeatedly but only if previous task completed

    Hey Everyone I'm using the below to find all children classes of an abstract base class and then instantiate each of them and add that instance to a list. What I'm wanting to be able to do is loop through that list of instances and run a Task that is part of the abstract base class for each...
Back
Top Bottom