Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7012387
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T22:14:58+00:00 2026-05-27T22:14:58+00:00

I have something like this: void GenerateReports() { foreach (var employee in employees) {

  • 0

I have something like this:

void GenerateReports() {
    foreach (var employee in employees) {
        GenerateReport(employee);
    }
}

GenerateReport takes long time, and I don’t want to block my UI thread, so I run this method in a separate thread.

However, GenerateReport occasionaly throws an exception. I want to handle each exception in my UI thread, and continue with the next employee. How do I do this while generating reports asynchronously? If I put GenerateReport in another thread, the foreach loop will be very fast and all reports are created at the same time:

void GenerateReports() {
    foreach (var employee in employees) {
        GenerateReportAsync(employee, OnDoneCallback); // returns immediately
    }
}

I still want to create one report at a time, but in a seperate thread, and handling an exception for each employee. How can I best implement this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T22:14:58+00:00Added an answer on May 27, 2026 at 10:14 pm

    if you are using a BackGround Worker for threading you can use its BackgroundWorker.ReportProgress Method details here. To send Data Back to your UI thread.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I basically have something like this: void Foo(Type ty) { var result = serializer.Deserialize<ty>(inputContent);
For example can i have something like this: public static void SAMENAME (sameparameter n)
Basically I have something like this: public void Form1_btnStart_click() { Void1() NextLine } Public
i have something like this class A { virtual void doBla(A *a) = 0;
I have something like this... void f(dclass b); class dclass { dclass(string s); };
I have something like this: __global__ void globFunction(int *arr, int N) { int idx
In my code I have something like this: private void doSomething() { Calendar today
Suppose I have something like this: public abstract class AbstractDataObject { public abstract void
So if i have something like this: public class TestClass { public static void
I have some code in a function that goes something like this: void foo()

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.