C# Class ActiveObjects.ActiveObject

Active object Class What this does is that it helps create a class where you then dedicate a thread to run the item.
Datei anzeigen Open project: JoinPatterns/ScalableJoins

Protected Properties

Property Type Description
ProcessMessage Synchronous.Channel
done bool
join Join

Public Methods

Method Description
ActiveObject ( ) : System

Method Details

ActiveObject() public method

public ActiveObject ( ) : System
return System

Property Details

ProcessMessage protected_oe property

protected Synchronous.Channel ProcessMessage
return Synchronous.Channel

done protected_oe property

protected bool done
return bool

join protected_oe property

protected Join join
return Join