Hi,
I want to set StdSchedulerFactory to run every Monday and Friday for example ?
How is can be done ?
Thanks.
Hi,
I want to set StdSchedulerFactory to run every Monday and Friday for example ?
How is can be done ?
Thanks.
Use the cron trigger
though if this relates to your service question, on linux and MacOs, you typically use cron to run scheduled jobs rather than a daemon with its own scheduler.
7 people are following this question.
How to do encrypt and decrypt data using Cryptography API Next Generation (CNG) in C#?
What is diffrent beween CNG and Microsoft Key storage provider?
How to implement NCryptSignHash and NCryptVerifySignature in C#?
How do I configure my multithreaded .NET 6 application to use all Windows CPU groups?