BackgroundJobContinueWithT Method (String, ExpressionActionT, JobContinuationOptions) |
[Missing <summary> documentation for "M:Hangfire.BackgroundJob.ContinueWith``1(System.String,System.Linq.Expressions.Expression{System.Action{``0}},Hangfire.JobContinuationOptions)"]
Namespace: Hangfire
public static string ContinueWith<T>( [NotNullAttribute] string parentId, [NotNullAttribute][InstantHandleAttribute] Expression<Action<T>> methodCall, JobContinuationOptions options )
[Missing <param name="parentId"/> documentation for "M:Hangfire.BackgroundJob.ContinueWith``1(System.String,System.Linq.Expressions.Expression{System.Action{``0}},Hangfire.JobContinuationOptions)"]
[Missing <param name="methodCall"/> documentation for "M:Hangfire.BackgroundJob.ContinueWith``1(System.String,System.Linq.Expressions.Expression{System.Action{``0}},Hangfire.JobContinuationOptions)"]
[Missing <param name="options"/> documentation for "M:Hangfire.BackgroundJob.ContinueWith``1(System.String,System.Linq.Expressions.Expression{System.Action{``0}},Hangfire.JobContinuationOptions)"]
[Missing <typeparam name="T"/> documentation for "M:Hangfire.BackgroundJob.ContinueWith``1(System.String,System.Linq.Expressions.Expression{System.Action{``0}},Hangfire.JobContinuationOptions)"]