C# Class WinTail.Actors.FileReaderActor

Inheritance: ReceiveActor
Afficher le fichier Open project: njimenez/AkkaProjects Class Usage Examples

Méthodes publiques

Méthode Description
FileReaderActor ( string filename ) : System
GetProps ( string filename ) : Props

Méthodes protégées

Méthode Description
PostStop ( ) : void
PreStart ( ) : void

Private Methods

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

Method Details

FileReaderActor() public méthode

public FileReaderActor ( string filename ) : System
filename string
Résultat System

GetProps() public static méthode

public static GetProps ( string filename ) : Props
filename string
Résultat Props

PostStop() protected méthode

protected PostStop ( ) : void
Résultat void

PreStart() protected méthode

protected PreStart ( ) : void
Résultat void