C# 클래스 Encog.Engine.Concurrency.Job.JobUnitWorker

A worker job for Encog concurrency
상속: IEngineTask
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
JobUnitWorker ( JobUnitContext context ) : System

Construct a job unit worker to execute the specified job.

Run ( ) : void

Run this job.

메소드 상세

JobUnitWorker() 공개 메소드

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

Run() 공개 메소드

Run this job.
public Run ( ) : void
리턴 void