C# 클래스 WinTail.Actors.TailActor

Monitors the file at _filePath for changes and sends file updates to console.
상속: ReceiveActor
파일 보기 프로젝트 열기: njimenez/AkkaProjects 1 사용 예제들

공개 메소드들

메소드 설명
TailActor ( IObserveViewModel vm, string filePath ) : System

보호된 메소드들

메소드 설명
PostStop ( ) : void

Cleanup OS handles for _fileStreamReader and FileObserver.

PreStart ( ) : void

Initialization logic for actor that will tail changes to a file.

비공개 메소드들

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

메소드 상세

PostStop() 보호된 메소드

Cleanup OS handles for _fileStreamReader and FileObserver.
protected PostStop ( ) : void
리턴 void

PreStart() 보호된 메소드

Initialization logic for actor that will tail changes to a file.
protected PreStart ( ) : void
리턴 void

TailActor() 공개 메소드

public TailActor ( IObserveViewModel vm, string filePath ) : System
vm IObserveViewModel
filePath string
리턴 System