IPipeline Interface
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.
A utility interface that allows to control the rate of generation of asynchronous activities.
public interface IPipeline
type IPipeline = interface
Public Interface IPipeline
- Derived
Properties
Count |
The number of items currently enqueued into this pipeline. |
Methods
Add(Task) |
Adds a new task to the pipeline |
Wait() |
Waits until all currently queued asynchronous operations are done. Blocks the calling thread. |