C# 클래스 Encog.Cloud.CloudTask

Encapsulates an Encog cloud task.
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
CloudTask ( EncogCloud cloud ) : System

Construct a cloud task.

Init ( String name ) : void

Setup this task.

SetStatus ( String status ) : void

Set the status for this task.

Stop ( String finalStatus ) : void

Stop this task.

메소드 상세

CloudTask() 공개 메소드

Construct a cloud task.
public CloudTask ( EncogCloud cloud ) : System
cloud EncogCloud The cloud this task belongs to.
리턴 System

Init() 공개 메소드

Setup this task.
public Init ( String name ) : void
name String The name of this task.
리턴 void

SetStatus() 공개 메소드

Set the status for this task.
public SetStatus ( String status ) : void
status String The status for this task.
리턴 void

Stop() 공개 메소드

Stop this task.
public Stop ( String finalStatus ) : void
finalStatus String The final status for this task.
리턴 void