C# Class AjErl.Process

Afficher le fichier Open project: ajlopez/AjErl

Méthodes publiques

Méthode Description
GetMessage ( ) : object
Process ( ) : System
RejectMessage ( object message ) : void
Start ( IFunction function ) : void
Tell ( object message ) : void

Private Methods

Méthode Description
Run ( object function ) : void

Method Details

GetMessage() public méthode

public GetMessage ( ) : object
Résultat object

Process() public méthode

public Process ( ) : System
Résultat System

RejectMessage() public méthode

public RejectMessage ( object message ) : void
message object
Résultat void

Start() public méthode

public Start ( IFunction function ) : void
function IFunction
Résultat void

Tell() public méthode

public Tell ( object message ) : void
message object
Résultat void