C# Class Brunet.Transport.PathELManager.PathELManagerAction

Inheritance: IAction
Afficher le fichier Open project: pstjuste/brunet

Protected Properties

Свойство Type Description
_callback ThreadStart
_pem PathELManager

Méthodes publiques

Méthode Description
PathELManagerAction ( PathELManager pem, ThreadStart callback ) : Brunet.Concurrent
Start ( ) : void

Method Details

PathELManagerAction() public méthode

public PathELManagerAction ( PathELManager pem, ThreadStart callback ) : Brunet.Concurrent
pem PathELManager
callback ThreadStart
Résultat Brunet.Concurrent

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

_callback protected_oe property

protected ThreadStart _callback
Résultat ThreadStart

_pem protected_oe property

protected PathELManager,Brunet.Transport _pem
Résultat PathELManager