Overload | Description |
---|---|
Next<TResult>(NAsyncTask<TResult>,Boolean) | Adds a task to the flow which is started when the prev task is fulfilled. |
Next<TResult>(FunctionResult<NPromise<TResult>>,String,Boolean) | Adds a task to the flow which is started when the prev task is fulfilled. |
Next<TResult>(FunctionResult<TResult>,String,Boolean) | Adds a task to the flow which is started when the prev task is fulfilled. |
Next(Function,String,Boolean) | Adds a task to the flow which is started when the prev task is fulfilled. |