Space Engineers
Public Member Functions | Static Public Member Functions | Properties | List of all members
ParallelTasks.ForLoopWork Class Reference
Inheritance diagram for ParallelTasks.ForLoopWork:
ParallelTasks.IWork

Public Member Functions

 ForLoopWork ()
 
void Prepare (Action< int > action, int startInclusive, int endExclusive, int stride)
 
void DoWork (WorkData workData=null)
 Executes the work. More...
 
void Return ()
 

Static Public Member Functions

static ForLoopWork Get ()
 

Properties

WorkOptions Options [get]
 
- Properties inherited from ParallelTasks.IWork
WorkOptions Options [get]
 Gets options specifying how this work may be executed. More...
 

Detailed Description

Definition at line 9 of file LoopWork.cs.

Constructor & Destructor Documentation

ParallelTasks.ForLoopWork.ForLoopWork ( )
inline

Definition at line 21 of file LoopWork.cs.

Member Function Documentation

void ParallelTasks.ForLoopWork.DoWork ( WorkData  workData = null)
inline

Executes the work.

Implements ParallelTasks.IWork.

Definition at line 34 of file LoopWork.cs.

static ForLoopWork ParallelTasks.ForLoopWork.Get ( )
inlinestatic

Definition at line 64 of file LoopWork.cs.

void ParallelTasks.ForLoopWork.Prepare ( Action< int >  action,
int  startInclusive,
int  endExclusive,
int  stride 
)
inline

Definition at line 26 of file LoopWork.cs.

void ParallelTasks.ForLoopWork.Return ( )
inline

Definition at line 69 of file LoopWork.cs.

Property Documentation

WorkOptions ParallelTasks.ForLoopWork.Options
get

Definition at line 19 of file LoopWork.cs.


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