Click or drag to resize
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
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public static void AddOrUpdate(
	string recurringJobId,
	Expression<Action> methodCall,
	Func<string> cronExpression,
	TimeZoneInfo timeZone = null,
	string queue = "default"
)

Parameters

recurringJobId
Type: SystemString

[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)"]

methodCall
Type: System.Linq.ExpressionsExpressionAction

[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)"]

cronExpression
Type: SystemFuncString

[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)"]

timeZone (Optional)
Type: SystemTimeZoneInfo

[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)"]

queue (Optional)
Type: SystemString

[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)"]

See Also