C# Класс WinTail.ConsoleReaderActor

Actor responsible for reading FROM the console. Also responsible for calling ActorSystem.Shutdown.
Наследование: Akka.Actor.UntypedActor
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
OnReceive ( object message ) : void

Приватные методы

Метод Описание
DoPrintInstructions ( ) : void
GetAndValidateInput ( ) : void

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

Описание методов

OnReceive() защищенный Метод

protected OnReceive ( object message ) : void
message object
Результат void