C# Class WinTail.ConsoleReaderActor

Actor responsible for reading FROM the console. Also responsible for calling ActorSystem.Shutdown.
Inheritance: Akka.Actor.UntypedActor
Afficher le fichier Open project: sachabarber/AkkaWintail Class Usage Examples

Méthodes protégées

Méthode Description
OnReceive ( object message ) : void

Private Methods

Méthode Description
DoPrintInstructions ( ) : void
GetAndValidateInput ( ) : void

Reads input from console, validates it, then signals appropriate response (continue processing, error, success, etc.).

Method Details

OnReceive() protected méthode

protected OnReceive ( object message ) : void
message object
Résultat void