C# 클래스 WinTail.FileValidatorActor

Actor that validates user input and signals result to others.
상속: Akka.Actor.UntypedActor
파일 보기 프로젝트 열기: sachabarber/AkkaWintail 1 사용 예제들

공개 메소드들

메소드 설명
FileValidatorActor ( IActorRef consoleWriterActor ) : System.IO

보호된 메소드들

메소드 설명
OnReceive ( object message ) : void

비공개 메소드들

메소드 설명
IsFileUri ( string path ) : bool

Checks if file exists at path provided by user.

메소드 상세

FileValidatorActor() 공개 메소드

public FileValidatorActor ( IActorRef consoleWriterActor ) : System.IO
consoleWriterActor IActorRef
리턴 System.IO

OnReceive() 보호된 메소드

protected OnReceive ( object message ) : void
message object
리턴 void