ParallelLoopState Class

Task Parallel System.Threading

Enables iterations of Parallel loops to interact with other iterations.

Namespace:  System.Threading.Tasks
Assembly:  System.Threading (in System.Threading.dll)

Syntax

Visual Basic (Declaration)
<HostProtectionAttribute(SecurityAction.LinkDemand, Synchronization := True,  _
	ExternalThreading := True)> _
Public Class ParallelLoopState
C#
[HostProtectionAttribute(SecurityAction.LinkDemand, Synchronization = true, 
	ExternalThreading = true)]
public class ParallelLoopState

Inheritance Hierarchy

System..::.Object
  System.Threading.Tasks..::.ParallelLoopState

See Also