ParallelHelperBeginFor Method

Overload List

BeginFor(Int32, Int32, ActionInt32) Begins to execute an indexed loop asynchronously, in which iterations may run in parallel.
BeginFor(Int32, Int32, AsyncConfig, ActionInt32) Begins to execute an indexed loop asynchronously, in which iterations may run in parallel and the execution can be configured.
See the Remarks section of the BeginForT(T, Int32, Int32, AsyncConfig, ActionInt32) overload for details.
BeginForT(T, Int32, Int32, AsyncConfig, ActionInt32) Begins to execute an indexed loop asynchronously, in which iterations may run in parallel and the execution can be configured.

See Also