Click or drag to resize
BackgroundJobContinueWith Method (String, ExpressionAction, JobContinuationOptions)

[Missing <summary> documentation for "M:Hangfire.BackgroundJob.ContinueWith(System.String,System.Linq.Expressions.Expression{System.Action},Hangfire.JobContinuationOptions)"]

Namespace: Hangfire
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public static string ContinueWith(
	[NotNullAttribute] string parentId,
	[NotNullAttribute][InstantHandleAttribute] Expression<Action> methodCall,
	JobContinuationOptions options
)

Parameters

parentId
Type: SystemString

[Missing <param name="parentId"/> documentation for "M:Hangfire.BackgroundJob.ContinueWith(System.String,System.Linq.Expressions.Expression{System.Action},Hangfire.JobContinuationOptions)"]

methodCall
Type: System.Linq.ExpressionsExpressionAction

[Missing <param name="methodCall"/> documentation for "M:Hangfire.BackgroundJob.ContinueWith(System.String,System.Linq.Expressions.Expression{System.Action},Hangfire.JobContinuationOptions)"]

options
Type: HangfireJobContinuationOptions

[Missing <param name="options"/> documentation for "M:Hangfire.BackgroundJob.ContinueWith(System.String,System.Linq.Expressions.Expression{System.Action},Hangfire.JobContinuationOptions)"]

Return Value

Type: String
See Also