C# Class Brunet.Transport.PathELManager.PathELManagerAction

Inheritance: IAction
Datei anzeigen 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_oe property

protected ThreadStart _callback
return ThreadStart

_pem protected_oe property

protected PathELManager,Brunet.Transport _pem
return PathELManager