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 6590041
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T17:15:03+00:00 2026-05-25T17:15:03+00:00

Background: I have a method that does some processing that I would like to

  • 0

Background:

I have a method that does some processing that I would like to be called over and over again. The method can take between 50 – 200 ms to complete.

Currently I have a System.Timers.Timer that calls the method when it elapses every 250 ms. I feel I I can make this more efficient by having the method “trigger” itself once it has completed.

Notes:

  • Performance is key.
  • Two of these methods should not be called at the same time, or overlap.

I would like avoid simply using a while loop that calls the method. It should call itself asynchronously perhaps using an event?

Question:

How can I have the method “trigger” itself once it has completed?

  • 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-25T17:15:03+00:00Added an answer on May 25, 2026 at 5:15 pm

    You could perform your while loop in a separate thread of execution, as long as you take the necessary multi-threading precautions with things such as locks, condition variables, wait handles, and the like.

    • C#’s Task Parallel Library could be suited to this job. But as Reed said, be sure to use the LongRunning creation option. There’s an example of this method posted by Reed here.
    • Or use a Thread object directly. SLaks posted an example of this method here.

    If you’re working with a WinForms application, you may want to look into using a BackgroundWorker.

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

Sidebar

Related Questions

I have a UserControl with something that does some background work. When thing has
I have some tasks that does some jobs, and I'd like to route them
I have a background thread and the thread calls some methods that update the
Background: I have a kubuntu laptop right now that I can't use wirelessly, i.e.
BACKGROUND I'm writing a method that will (eventually) take as input a System.Data.DataTable and
Quick background I have a concurrent map I used to cache some values that
Why does the touchesBegan method code get trigger in my UITableView? Background: I have
Some background on what I'm doing I usually like to have my pages return
Background: we have an application that generates reports from HTML (that may or may
Background I have an application written in native C++ over the course of several

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.