C# Class GithubActors_WPF.Actors.GithubCommanderActor

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

Méthodes publiques

Méthode Description
GithubCommanderActor ( ) : System

Méthodes protégées

Méthode Description
PreRestart ( Exception reason, object message ) : void
PreStart ( ) : void

Private Methods

Méthode Description
Asking ( ) : void
BecomeAsking ( ) : void
BecomeReady ( ) : void
Ready ( ) : void

Method Details

GithubCommanderActor() public méthode

public GithubCommanderActor ( ) : System
Résultat System

PreRestart() protected méthode

protected PreRestart ( Exception reason, object message ) : void
reason System.Exception
message object
Résultat void

PreStart() protected méthode

protected PreStart ( ) : void
Résultat void