C# 클래스 WinTail.Actors.FileReaderActor

상속: ReceiveActor
파일 보기 프로젝트 열기: njimenez/AkkaProjects 1 사용 예제들

공개 메소드들

메소드 설명
FileReaderActor ( string filename ) : System
GetProps ( string filename ) : Props

보호된 메소드들

메소드 설명
PostStop ( ) : void
PreStart ( ) : void

비공개 메소드들

메소드 설명
Handle ( TailActor msg ) : void
Ready ( ) : void

메소드 상세

FileReaderActor() 공개 메소드

public FileReaderActor ( string filename ) : System
filename string
리턴 System

GetProps() 공개 정적인 메소드

public static GetProps ( string filename ) : Props
filename string
리턴 Props

PostStop() 보호된 메소드

protected PostStop ( ) : void
리턴 void

PreStart() 보호된 메소드

protected PreStart ( ) : void
리턴 void