IPipeline.Add(Task) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a new task to the pipeline
public void Add (System.Threading.Tasks.Task task);
abstract member Add : System.Threading.Tasks.Task -> unit
Public Sub Add (task As Task)
Parameters
- task
- Task
The task to add