C# Class Brunet.Node.HeartBeatAction

Inheritance: IAction
Show file Open project: pstjuste/brunet

Public Methods

Method Description
HeartBeatAction ( Node n, EventHandler eh ) : System
OnFuzzy ( System.DateTime runtime ) : void
Start ( ) : void

Method Details

HeartBeatAction() public method

public HeartBeatAction ( Node n, EventHandler eh ) : System
n Node
eh EventHandler
return System

OnFuzzy() public method

public OnFuzzy ( System.DateTime runtime ) : void
runtime System.DateTime
return void

Start() public method

public Start ( ) : void
return void