C# Class GithubActors_WPF.Actors.GithubCommanderActor

Top-level actor responsible for coordinating and launching repo-processing jobs
Inheritance: ReceiveActor, IWithUnboundedStash
Mostrar archivo Open project: njimenez/AkkaProjects

Public Methods

Method Description
GithubCommanderActor ( ) : System

Protected Methods

Method Description
PreRestart ( Exception reason, object message ) : void
PreStart ( ) : void

Private Methods

Method Description
Asking ( ) : void
BecomeAsking ( ) : void
BecomeReady ( ) : void
Ready ( ) : void

Method Details

GithubCommanderActor() public method

public GithubCommanderActor ( ) : System
return System

PreRestart() protected method

protected PreRestart ( Exception reason, object message ) : void
reason System.Exception
message object
return void

PreStart() protected method

protected PreStart ( ) : void
return void