Using Quartz.NET it seems like I need to name every job I create. Is there a way it can be automatically ‘named’, like an auto incrementing ID or something?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
why don’t you use a
Guid.NewGuid().ToString()when you create your job? Thats what I have done in the past and it worked quite well