C# (CSharp) WinTail.Actors Namespace

Classes

Name Description
FileEnumeratorActor
FileObserver Turns FileSystemWatcher events about a specific file into messages for TailActor.
FileReaderActor
FileValidatorActor
TailActor Monitors the file at _filePath for changes and sends file updates to console.
TailActor.FileError Signal that the OS had an error accessing the file.
TailActor.FileWrite Signal that the file has changed, and we need to read the next line of the file.
TailActor.LineRead
TailCoordinatorActor
TailCoordinatorActor.StartTail Start tailing the file at user-specified path.
TailCoordinatorActor.StopTail Stop tailing the file at user-specified path.
WinTailSupervisor