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

A worker job for Encog concurrency
Inheritance: IEngineTask
Show file Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
JobUnitWorker ( JobUnitContext context ) : System

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 ) : System
context JobUnitContext The context of the job to execute.
return System

Run() public method

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