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