C# Class Brunet.Transport.PathELManager.PathELManagerAction

Inheritance: IAction
Show file Open project: pstjuste/brunet

Protected Properties

Property Type Description
_callback ThreadStart
_pem PathELManager

Public Methods

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

Method Details

PathELManagerAction() public method

public PathELManagerAction ( PathELManager pem, ThreadStart callback ) : Brunet.Concurrent
pem PathELManager
callback ThreadStart
return Brunet.Concurrent

Start() public method

public Start ( ) : void
return void

Property Details

_callback protected property

protected ThreadStart _callback
return ThreadStart

_pem protected property

protected PathELManager,Brunet.Transport _pem
return PathELManager