Click or drag to resize
BackgroundJobContinueWithT Method (String, ExpressionActionT)

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

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

Parameters

parentId
Type: SystemString

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

methodCall
Type: System.Linq.ExpressionsExpressionActionT

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

Type Parameters

T

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

Return Value

Type: String
See Also