Skip to content
On this page

Parallel For Each

Description

Enables you to enumerate through all elements of a collection and executes a series of activities for each element of the collection in parallel.

Properties

CategoryPropertyTypeDescription
MiscComplete ConditionIn(Boolean)The condition for the activity to start execute.
ValuesIn(IEnumerable<Object>)The data collections that you want to execute.
Type ArgumentIn(TypeArgument)Enables you to choose different types of statement that can be add in the expression property.

A product of IRTech Company