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

  • SEARCH
  • Home
  • 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 8411451
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T00:25:33+00:00 2026-06-10T00:25:33+00:00

I have a pretty good grasp on how to use the System.ComponentModel.BackgroundWorker , basically

  • 0

I have a pretty good grasp on how to use the System.ComponentModel.BackgroundWorker, basically you have a single “DoWork” function and usually some loop that does work and each iteration you check e.Cancel to determine whether or not to break and stop the loop to end the BackgroundWorker‘s “DoWork” (this all assumes the WorkerSupportsCancellation property is set correctly to true).

What I’m not sure about is if I have a recursive function (the exact function doesn’t matter, any recursive function let’s say the classic compute factorials) that performs my task (rather than a loop) how can I call this from inside a “DoWork” function, and how do I propagate up the e.Cancel up in this case to bail out on the recursion?

  • 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-06-10T00:25:35+00:00Added an answer on June 10, 2026 at 12:25 am

    Do you mean something like this? As soon as the cancel is initiated the recursive loop will unroll till the top and you are stopped.

    void RecursiveLoop(BackGroundWorker worker)
    {
      // ON entry check if we need to stop
      if (worker.CancellationPending) return;
      //
      // Normal code and the recursion
      if (morework) RecursiveLoop(worker);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I think I have a pretty good grasp on the tenets of a RESTful
I have pretty good skills in PHP , Mysql and Javascript for a junior
I have a pretty good idea how to implement fulltext search with MySQL. I
i am pretty good in android but have not developed any games yet, and
I have pretty simple jquery code : $(document).ready(function(){ $('img.marqFl').on({ mouseenter: function() { $(this).animate({height: 300},
I have built a PHP calendar system and have pretty much everything done but
I have a pretty simple trigger: CREATE OR REPLACE FUNCTION f_log_datei() RETURNS TRIGGER AS
I have a pretty good handle on using models to make database calls and
I have a pretty good non-OOP background. I've done lots of Visual Basic coding,
I think i have a pretty good idea about the volatile keyword in java,

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.