-
I have created a worker service to schedule a task using Coravel is a .NET Standard library and it is working as expected if I don't use the extra parameter with the string. I want to host the same as a windows service. Program.cs
CoravelService.cs
And its works perfectly, but problem begins when i want to have one more extra parameter in Coravel Service. CoravelService.cs
In this situantion constructor is not initializing, i think the reason of this situation is that i should somewhere pass this string, but i dont know where and how. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You're probably looking for this. Let me know if that works. |
Beta Was this translation helpful? Give feedback.
You're probably looking for this. Let me know if that works.