C# Class AjErl.Process

Mostrar archivo Open project: ajlopez/AjErl

Public Methods

Method Description
GetMessage ( ) : object
Process ( ) : System
RejectMessage ( object message ) : void
Start ( IFunction function ) : void
Tell ( object message ) : void

Private Methods

Method Description
Run ( object function ) : void

Method Details

GetMessage() public method

public GetMessage ( ) : object
return object

Process() public method

public Process ( ) : System
return System

RejectMessage() public method

public RejectMessage ( object message ) : void
message object
return void

Start() public method

public Start ( IFunction function ) : void
function IFunction
return void

Tell() public method

public Tell ( object message ) : void
message object
return void