arsalan jibran

arsalan jibran

  • NA
  • 22
  • 5.6k

Start task service in c# using Task Scheduler .dll

Dec 2 2017 10:49 AM
I am using Microsoft.Win32.TaskScheduler.dll and i want to create a task service once only that runs the task for each 1 minute and on completation of task restarts itself but on running it creates mutliple task service and each running their task every minute, i am calling this in main method , i just want the task service if there is no instance of it else do nothing.

Answers (1)