ThrottledParallelForEach<T> Class

Definition

Implements the equivalent of the ParallelForeach activity, but supports throttling as well. Taken from the Workflow SDK: http://www.microsoft.com/en-us/download/details.aspx?id=21459

generic <typename T>
public ref class ThrottledParallelForEach sealed : System::Activities::NativeActivity
public sealed class ThrottledParallelForEach<T> : System.Activities.NativeActivity
type ThrottledParallelForEach<'T> = class
    inherit NativeActivity
Public NotInheritable Class ThrottledParallelForEach(Of T)
Inherits NativeActivity

Type Parameters

T
Inheritance
ThrottledParallelForEach<T>

Constructors

ThrottledParallelForEach<T>()

Creates a new instance of the ThrottledParallelForeach activity

Properties

Body

Gets or sets the actions to be invoked in parallel

ThrottleLimit

Gets or sets the number of activities that may be scheduled simultaneously

Values

Gets or sets the values to be iterated over

Applies to