C# Class Netronics.Ant.Ant.AntModel

Inheritance: IAnt
Show file Open project: shlee322/Netronics Class Usage Examples

Public Methods

Method Description
GetName ( ) : string
OnStart ( ) : void

Protected Methods

Method Description
AddMessage ( int index, Func action ) : void
AddTask ( int index, Func task ) : void

Method Details

AddMessage() protected method

protected AddMessage ( int index, Func action ) : void
index int
action Func
return void

AddTask() protected method

protected AddTask ( int index, Func task ) : void
index int
task Func
return void

GetName() public method

public GetName ( ) : string
return string

OnStart() public method

public OnStart ( ) : void
return void