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