C# 클래스 WinTail.ConsoleReaderActor

Actor responsible for reading FROM the console. Also responsible for calling ActorSystem.Shutdown.
상속: Akka.Actor.UntypedActor
파일 보기 프로젝트 열기: sachabarber/AkkaWintail 1 사용 예제들

보호된 메소드들

메소드 설명
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