C# Class WinTail.Actors.TailActor

Monitors the file at _filePath for changes and sends file updates to console.
Inheritance: ReceiveActor
Afficher le fichier Open project: njimenez/AkkaProjects Class Usage Examples

Méthodes publiques

Méthode Description
TailActor ( IObserveViewModel vm, string filePath ) : System

Méthodes protégées

Méthode Description
PostStop ( ) : void

Cleanup OS handles for _fileStreamReader and FileObserver.

PreStart ( ) : void

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

Private Methods

Méthode Description
Handle ( TailActor msg ) : void
Handle ( TailCoordinatorActor msg ) : void
Ready ( ) : void

Method Details

PostStop() protected méthode

Cleanup OS handles for _fileStreamReader and FileObserver.
protected PostStop ( ) : void
Résultat void

PreStart() protected méthode

Initialization logic for actor that will tail changes to a file.
protected PreStart ( ) : void
Résultat void

TailActor() public méthode

public TailActor ( IObserveViewModel vm, string filePath ) : System
vm IObserveViewModel
filePath string
Résultat System