RecurringJobAddOrUpdate Method (String, ExpressionAction, FuncString, TimeZoneInfo, String) |
[Missing <summary> documentation for "M:Hangfire.RecurringJob.AddOrUpdate(System.String,System.Linq.Expressions.Expression{System.Action},System.Func{System.String},System.TimeZoneInfo,System.String)"]
Namespace: Hangfire
public static void AddOrUpdate( string recurringJobId, Expression<Action> methodCall, Func<string> cronExpression, TimeZoneInfo timeZone = null, string queue = "default" )
[Missing <param name="recurringJobId"/> documentation for "M:Hangfire.RecurringJob.AddOrUpdate(System.String,System.Linq.Expressions.Expression{System.Action},System.Func{System.String},System.TimeZoneInfo,System.String)"]
[Missing <param name="methodCall"/> documentation for "M:Hangfire.RecurringJob.AddOrUpdate(System.String,System.Linq.Expressions.Expression{System.Action},System.Func{System.String},System.TimeZoneInfo,System.String)"]
[Missing <param name="cronExpression"/> documentation for "M:Hangfire.RecurringJob.AddOrUpdate(System.String,System.Linq.Expressions.Expression{System.Action},System.Func{System.String},System.TimeZoneInfo,System.String)"]
[Missing <param name="timeZone"/> documentation for "M:Hangfire.RecurringJob.AddOrUpdate(System.String,System.Linq.Expressions.Expression{System.Action},System.Func{System.String},System.TimeZoneInfo,System.String)"]
[Missing <param name="queue"/> documentation for "M:Hangfire.RecurringJob.AddOrUpdate(System.String,System.Linq.Expressions.Expression{System.Action},System.Func{System.String},System.TimeZoneInfo,System.String)"]