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

Public Member Functions

 DelegateWork ()
 
void DoWork (WorkData workData=null)
 Executes the work. More...
 

Properties

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

Detailed Description

Definition at line 10 of file DelegateWork.cs.

Constructor & Destructor Documentation

ParallelTasks.DelegateWork.DelegateWork ( )
inline

Definition at line 18 of file DelegateWork.cs.

Member Function Documentation

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

Executes the work.

Implements ParallelTasks.IWork.

Definition at line 22 of file DelegateWork.cs.

Property Documentation

Action ParallelTasks.DelegateWork.Action
getset

Definition at line 14 of file DelegateWork.cs.

Action<WorkData> ParallelTasks.DelegateWork.DataAction
getset

Definition at line 15 of file DelegateWork.cs.

WorkOptions ParallelTasks.DelegateWork.Options
getset

Definition at line 16 of file DelegateWork.cs.


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