Метод | Описание | |
---|---|---|
TailActor ( IActorRef reporterActor, string filePath ) : System.IO |
Метод | Описание | |
---|---|---|
OnReceive ( object message ) : void | ||
PostStop ( ) : void |
Cleanup OS handles for _fileStreamReader and FileObserver.
|
|
PreStart ( ) : void |
Initialization logic for actor that will tail changes to a file.
|
protected OnReceive ( object message ) : void | ||
message | object | |
Результат | void |
public TailActor ( IActorRef reporterActor, string filePath ) : System.IO | ||
reporterActor | IActorRef | |
filePath | string | |
Результат | System.IO |