Click or drag to resize
RecurringJobAddOrUpdateT Method (ExpressionActionT, String, TimeZoneInfo, String)

[Missing <summary> documentation for "M:Hangfire.RecurringJob.AddOrUpdate``1(System.Linq.Expressions.Expression{System.Action{``0}},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<T>(
	Expression<Action<T>> methodCall,
	string cronExpression,
	TimeZoneInfo timeZone = null,
	string queue = "default"
)

Parameters

methodCall
Type: System.Linq.ExpressionsExpressionActionT

[Missing <param name="methodCall"/> documentation for "M:Hangfire.RecurringJob.AddOrUpdate``1(System.Linq.Expressions.Expression{System.Action{``0}},System.String,System.TimeZoneInfo,System.String)"]

cronExpression
Type: SystemString

[Missing <param name="cronExpression"/> documentation for "M:Hangfire.RecurringJob.AddOrUpdate``1(System.Linq.Expressions.Expression{System.Action{``0}},System.String,System.TimeZoneInfo,System.String)"]

timeZone (Optional)
Type: SystemTimeZoneInfo

[Missing <param name="timeZone"/> documentation for "M:Hangfire.RecurringJob.AddOrUpdate``1(System.Linq.Expressions.Expression{System.Action{``0}},System.String,System.TimeZoneInfo,System.String)"]

queue (Optional)
Type: SystemString

[Missing <param name="queue"/> documentation for "M:Hangfire.RecurringJob.AddOrUpdate``1(System.Linq.Expressions.Expression{System.Action{``0}},System.String,System.TimeZoneInfo,System.String)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Hangfire.RecurringJob.AddOrUpdate``1(System.Linq.Expressions.Expression{System.Action{``0}},System.String,System.TimeZoneInfo,System.String)"]

See Also