Overload | Description |
---|---|
Add<TResult>(NAsyncTask<TResult>) | Adds a task to the flow |
Add<TResult>(FunctionResult<NPromise<TResult>>,String) | Adds a task to the flow |
Add<TResult>(FunctionResult<TResult>,String) | Adds a task to the flow |
Add(Function,String) | Adds a task to the flow |