Skip to main content

Parallel For Each

Just like in the For Each activity, it creates a loop within the given collection. It performs the activities added to its body for each iteration in the collection.

Misc

  • Values: It is the field where the collection object to be used is entered.
    • Type: System.Collections.Generic.IEnumerable<T>
    • Required