C# Class Encog.Util.Concurrency.Job.JobUnitWorker

Inheritance: IEngineTask
Datei anzeigen Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
JobUnitWorker ( JobUnitContext context )

Construct a job unit worker to execute the specified job.

Run ( ) : void

Run this job.

Method Details

JobUnitWorker() public method

Construct a job unit worker to execute the specified job.
public JobUnitWorker ( JobUnitContext context )
context JobUnitContext The context of the job to execute.

Run() public method

Run this job.
public Run ( ) : void
return void