C# Class WinTail.Actors.FileReaderActor

Inheritance: ReceiveActor
ファイルを表示 Open project: njimenez/AkkaProjects Class Usage Examples

Public Methods

Method Description
FileReaderActor ( string filename ) : System
GetProps ( string filename ) : Props

Protected Methods

Method Description
PostStop ( ) : void
PreStart ( ) : void

Private Methods

Method Description
Handle ( TailActor msg ) : void
Ready ( ) : void

Method Details

FileReaderActor() public method

public FileReaderActor ( string filename ) : System
filename string
return System

GetProps() public static method

public static GetProps ( string filename ) : Props
filename string
return Props

PostStop() protected method

protected PostStop ( ) : void
return void

PreStart() protected method

protected PreStart ( ) : void
return void