System.Threading.Tasks.ParallelLoopState Class Reference
+ Collaboration diagram for System.Threading.Tasks.ParallelLoopState:

Classes

class  ExternalInfos
 

Public Member Functions

void Break ()
 
void Stop ()
 

Properties

bool IsStopped [get]
 
bool IsExceptional [get]
 
long LowestBreakIteration [get]
 
bool ShouldExitCurrentIteration [get]
 

Detailed Description

Definition at line 32 of file ParallelLoopState.cs.

Member Function Documentation

void System.Threading.Tasks.ParallelLoopState.Break ( )

Definition at line 78 of file ParallelLoopState.cs.

void System.Threading.Tasks.ParallelLoopState.Stop ( )

Definition at line 88 of file ParallelLoopState.cs.

Property Documentation

bool System.Threading.Tasks.ParallelLoopState.IsExceptional
get

Definition at line 55 of file ParallelLoopState.cs.

bool System.Threading.Tasks.ParallelLoopState.IsStopped
get

Definition at line 49 of file ParallelLoopState.cs.

long System.Threading.Tasks.ParallelLoopState.LowestBreakIteration
get

Definition at line 61 of file ParallelLoopState.cs.

bool System.Threading.Tasks.ParallelLoopState.ShouldExitCurrentIteration
get

Definition at line 72 of file ParallelLoopState.cs.


The documentation for this class was generated from the following file: