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

Public Member Functions

 ActionWork (Action< WorkData > action)
 
 ActionWork (Action< WorkData > action, WorkOptions options)
 
void DoWork (WorkData workData=null)
 Executes the work. More...
 

Public Attributes

readonly Action< WorkData_Action
 

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 8 of file ActionWork.cs.

Constructor & Destructor Documentation

ParallelTasks.ActionWork.ActionWork ( Action< WorkData action)
inline

Definition at line 13 of file ActionWork.cs.

ParallelTasks.ActionWork.ActionWork ( Action< WorkData action,
WorkOptions  options 
)
inline

Definition at line 18 of file ActionWork.cs.

Member Function Documentation

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

Executes the work.

Implements ParallelTasks.IWork.

Definition at line 24 of file ActionWork.cs.

Member Data Documentation

readonly Action<WorkData> ParallelTasks.ActionWork._Action

Definition at line 11 of file ActionWork.cs.

Property Documentation

WorkOptions ParallelTasks.ActionWork.Options
get

Definition at line 30 of file ActionWork.cs.


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