C# 클래스 FaceSpot.TrainingJob

상속: FaceJob
파일 보기 프로젝트 열기: kanitw/facespot 1 사용 예제들

공개 메소드들

메소드 설명
Create ( ) : TrainingJob
TrainingJob ( uint id, string job_options, System.DateTime run_at, JobPriority job_priority, bool persistent ) : System

보호된 메소드들

메소드 설명
Execute ( ) : bool

메소드 상세

Create() 공개 정적인 메소드

public static Create ( ) : TrainingJob
리턴 TrainingJob

Execute() 보호된 메소드

protected Execute ( ) : bool
리턴 bool

TrainingJob() 공개 메소드

public TrainingJob ( uint id, string job_options, System.DateTime run_at, JobPriority job_priority, bool persistent ) : System
id uint
job_options string
run_at System.DateTime
job_priority JobPriority
persistent bool
리턴 System