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
public static string ContinueWith( [NotNullAttribute] string parentId, [NotNullAttribute][InstantHandleAttribute] Expression<Action> methodCall, JobContinuationOptions options )
[Missing <param name="parentId"/> documentation for "M:Hangfire.BackgroundJob.ContinueWith(System.String,System.Linq.Expressions.Expression{System.Action},Hangfire.JobContinuationOptions)"]
[Missing <param name="methodCall"/> documentation for "M:Hangfire.BackgroundJob.ContinueWith(System.String,System.Linq.Expressions.Expression{System.Action},Hangfire.JobContinuationOptions)"]
[Missing <param name="options"/> documentation for "M:Hangfire.BackgroundJob.ContinueWith(System.String,System.Linq.Expressions.Expression{System.Action},Hangfire.JobContinuationOptions)"]