Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Scheduled Service..

Scheduled Service..

Scheduled Pinned Locked Moved C#
csharptutorialquestion
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    ptr2void
    wrote on last edited by
    #1

    I want to create a scheduled service application in C# which runs after some period of time.. Basically it should be any program which executes and then sleeps and then again wakes up and executes after period of time.. Can anyone guide me over this?

    Som

    D J 2 Replies Last reply
    0
    • P ptr2void

      I want to create a scheduled service application in C# which runs after some period of time.. Basically it should be any program which executes and then sleeps and then again wakes up and executes after period of time.. Can anyone guide me over this?

      Som

      D Offline
      D Offline
      dan sh
      wrote on last edited by
      #2

      Hope this helps[^] better one[^]

      Until you realize this message has nothing to say, its too late to stop reading

      modified on Tuesday, April 8, 2008 1:09 AM

      P 1 Reply Last reply
      0
      • D dan sh

        Hope this helps[^] better one[^]

        Until you realize this message has nothing to say, its too late to stop reading

        modified on Tuesday, April 8, 2008 1:09 AM

        P Offline
        P Offline
        ptr2void
        wrote on last edited by
        #3

        I think I didnt write my post properly.. I dont want to make a windows service.. Since that would be too high on performance.. I want to make a kind of windows scheduler which executes some other program at specified intervals of time (say once in every 3 hours or once weekly).. I know this may be achieved by adding a task to windows scheduler.. So how can I add a task to the windows scheduler programaticaly using C# so that it may run at specified intervals of time?? Any help would be appreciated..

        Som

        1 Reply Last reply
        0
        • P ptr2void

          I want to create a scheduled service application in C# which runs after some period of time.. Basically it should be any program which executes and then sleeps and then again wakes up and executes after period of time.. Can anyone guide me over this?

          Som

          J Offline
          J Offline
          Jeeva Jose
          wrote on last edited by
          #4

          The service applicaion will help you create the scheduled applicaion. First create service applicaiton. This appliciaon relate with your applciaon.Then you can solve the probelm.

          Continue...

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups