C# Class Brunet.Util.SchedulerTester.TestTask

Inheritance: BrunetTask
Show file Open project: pstjuste/brunet

Public Properties

Property Type Description
Counter int
Values LinkedList

Protected Properties

Property Type Description
_value int

Public Methods

Method Description
Fire ( ) : void
TestTask ( int x, long instant ) : Brunet

Method Details

Fire() public method

public Fire ( ) : void
return void

TestTask() public method

public TestTask ( int x, long instant ) : Brunet
x int
instant long
return Brunet

Property Details

Counter public static property

public static int Counter
return int

Values public static property

public static LinkedList Values
return LinkedList

_value protected property

protected int _value
return int