לקריאה באנגלית ערוך

שתף באמצעות


IPipeline Interface

Definition

A utility interface that allows to control the rate of generation of asynchronous activities.

C#‎
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.

Applies to

מוצר גירסאות
.NET Orleans 1.5.10, 3.4.5, 3.6.0

See also