call procedure (schedule)

  • Thread starter Thread starter csharpula csharp
  • Start date Start date
C

csharpula csharp

Hello,
I would like to know how can I call to some procedure once in X time
which will be designed by user? Is there some kind of scheduler or timer
for this purpose? Which code do I need for that? Thank u!
 
In what architecture? winforms (System.Windows.Forms.Timer or
System.Timers.Timer)? html (setTimeout/setInterval)? windows generally
(scheduled tasks)?

Marc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top