c# - How to specify the server instance when creating a job in hangfire? -
i have defined multiple hangfire servers in asp.net application like here targeting separate dashboard , when create job specify server job has created , executed.
like backgroundjob.enqueue("server1", () => console.writeline("hello, world!"));
how can achieve ?
Comments
Post a Comment