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.
Afficher le fichier Open project: JoinPatterns/ScalableJoins

Protected Properties

Свойство Type Description
ProcessMessage Synchronous.Channel
done bool
join Join

Méthodes publiques

Méthode Description
ActiveObject ( ) : System

Method Details

ActiveObject() public méthode

public ActiveObject ( ) : System
Résultat System

Property Details

ProcessMessage protected_oe property

protected Synchronous.Channel ProcessMessage
Résultat Synchronous.Channel

done protected_oe property

protected bool done
Résultat bool

join protected_oe property

protected Join join
Résultat Join