C# Class Brunet.PathELManager.PathELManagerAction

Inheritance: IAction
Show file Open project: johnynek/brunet

Protected Properties

Property Type Description
_pem PathELManager

Public Methods

Method Description
PathELManagerAction ( PathELManager pem ) : Brunet.Concurrent
Start ( ) : void

Method Details

PathELManagerAction() public method

public PathELManagerAction ( PathELManager pem ) : Brunet.Concurrent
pem PathELManager
return Brunet.Concurrent

Start() public method

public Start ( ) : void
return void

Property Details

_pem protected property

protected PathELManager _pem
return PathELManager