Invoke Method

Task Parallel System.Threading

Overload List

  NameDescription
Invoke(array<Action>[]()[])
Executes each of the provided actions, possibly in parallel.
Invoke(ParallelOptions, array<Action>[]()[])
Executes each of the provided actions, possibly in parallel.

See Also