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