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