Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Threading.Tasks.ParallelLoopState Class Reference

Public Member Functions

void Stop ()
 
void Break ()
 

Package Functions

 ParallelLoopState (ParallelLoopStateFlags fbase)
 
virtual void InternalBreak ()
 

Static Package Functions

static void Break (int iteration, ParallelLoopStateFlags32 pflags)
 
static void Break (long iteration, ParallelLoopStateFlags64 pflags)
 

Properties

virtual bool InternalShouldExitCurrentIteration [get]
 
bool ShouldExitCurrentIteration [get]
 
bool IsStopped [get]
 
bool IsExceptional [get]
 
virtual ? long InternalLowestBreakIteration [get]
 
long? LowestBreakIteration [get]
 

Private Attributes

readonly ParallelLoopStateFlags _flagsBase
 

Detailed Description

Definition at line 6 of file ParallelLoopState.cs.


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