C# Class Netronics.Ant.Ant.AntModel

Inheritance: IAnt
Afficher le fichier Open project: shlee322/Netronics Class Usage Examples

Méthodes publiques

Méthode Description
GetName ( ) : string
OnStart ( ) : void

Méthodes protégées

Méthode Description
AddMessage ( int index, Func action ) : void
AddTask ( int index, Func task ) : void

Method Details

AddMessage() protected méthode

protected AddMessage ( int index, Func action ) : void
index int
action Func
Résultat void

AddTask() protected méthode

protected AddTask ( int index, Func task ) : void
index int
task Func
Résultat void

GetName() public méthode

public GetName ( ) : string
Résultat string

OnStart() public méthode

public OnStart ( ) : void
Résultat void