I know I can change the jobId - nice, but I also want to name the Job Name instead of the default Method name that is executed for the job.
Is it possible?
On classic .NET, you can add DisplayName
attribute to your job method. It supports format string syntax to substitute arguments (by index).
On .NET Core – currently impossible.
Ok thanks, and yes, it was a .net core question.