BackgroundJobClientExtensionsContinueWith Method (IBackgroundJobClient, String, ExpressionAction) |
[Missing <summary> documentation for "M:Hangfire.BackgroundJobClientExtensions.ContinueWith(Hangfire.IBackgroundJobClient,System.String,System.Linq.Expressions.Expression{System.Action})"]
Namespace: Hangfire
public static string ContinueWith( [NotNullAttribute] this IBackgroundJobClient client, [NotNullAttribute] string parentId, [NotNullAttribute][InstantHandleAttribute] Expression<Action> methodCall )
[Missing <param name="client"/> documentation for "M:Hangfire.BackgroundJobClientExtensions.ContinueWith(Hangfire.IBackgroundJobClient,System.String,System.Linq.Expressions.Expression{System.Action})"]
[Missing <param name="parentId"/> documentation for "M:Hangfire.BackgroundJobClientExtensions.ContinueWith(Hangfire.IBackgroundJobClient,System.String,System.Linq.Expressions.Expression{System.Action})"]
[Missing <param name="methodCall"/> documentation for "M:Hangfire.BackgroundJobClientExtensions.ContinueWith(Hangfire.IBackgroundJobClient,System.String,System.Linq.Expressions.Expression{System.Action})"]