yuzd / Hangfire.HttpJob

httpjob for Hangfire,restful api for Hangfire,job调度与业务分离
https://github.com/yuzd/Hangfire.HttpJob/wiki
MIT License
634 stars 186 forks source link

Hangfire.HttpJob.Client.HangfireJobClient下AddRecurringJobAsync的方法返回的不是Task对象 #120

Closed porter2019 closed 3 years ago

porter2019 commented 3 years ago

public static HangfirJobResult AddRecurringJob(string hangfireServerUrl, RecurringJob recurringJob, HangfireServerPostOption option = null); public static HangfirJobResult AddRecurringJobAsync(string hangfireServerUrl, RecurringJob recurringJob, HangfireServerPostOption option = null);