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