Answer the question
In order to leave comments, you need to log in
Is it possible to create a constantly executing c# script?
You need to create a script that would check some condition at a certain time and perform subsequent actions. But I don't know what technology to use to do this.
I decided to use webJob.
Answer the question
In order to leave comments, you need to log in
You need to create a script that would check some condition and perform subsequent actions, and add it to the task scheduler, for example, which will run it at
certain time
Response to the heading:
while (true) - executed constantly
Response to the body - in Windows there is a scheduler - if you are right here at a certain time.
Another option is to do it on a timer (a standard component), to do a service.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question