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

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

공개 메소드들

메소드 설명
JobUnitWorker ( JobUnitContext context )

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

Run() 공개 메소드

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