C# Class WinTail.ConsoleReaderActor

Actor responsible for reading FROM the console. Also responsible for calling ActorSystem.Shutdown.
Inheritance: Akka.Actor.UntypedActor
ファイルを表示 Open project: sachabarber/AkkaWintail Class Usage Examples

Protected Methods

Method Description
OnReceive ( object message ) : void

Private Methods

Method Description
DoPrintInstructions ( ) : void
GetAndValidateInput ( ) : void

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

Method Details

OnReceive() protected method

protected OnReceive ( object message ) : void
message object
return void