C# Class ALE.EventLoopWorker

Show file Open project: blesh/ALE Class Usage Examples

Public Properties

Property Type Description
StopHandle System.Threading.ManualResetEvent

Public Methods

Method Description
EventLoopWorker ( ) : System.Threading
Start ( ) : void
Stop ( ) : void
Wait ( ) : void

Private Methods

Method Description
Work ( Task incomingTask ) : void

Method Details

EventLoopWorker() public method

public EventLoopWorker ( ) : System.Threading
return System.Threading

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Wait() public method

public Wait ( ) : void
return void

Property Details

StopHandle public property

public ManualResetEvent,System.Threading StopHandle
return System.Threading.ManualResetEvent