C# Class Encog.Cloud.CloudTask

Encapsulates an Encog cloud task.
Afficher le fichier Open project: encog/encog-silverlight-core Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

CloudTask() public méthode

Construct a cloud task.
public CloudTask ( EncogCloud cloud ) : System
cloud EncogCloud The cloud this task belongs to.
Résultat System

Init() public méthode

Setup this task.
public Init ( String name ) : void
name String The name of this task.
Résultat void

SetStatus() public méthode

Set the status for this task.
public SetStatus ( String status ) : void
status String The status for this task.
Résultat void

Stop() public méthode

Stop this task.
public Stop ( String finalStatus ) : void
finalStatus String The final status for this task.
Résultat void