C# Class GithubActors_WPF.Actors.GithubCoordinatorActor

Actor responsible for publishing data about the results of a github operation
Inheritance: ReceiveActor
Afficher le fichier Open project: njimenez/AkkaProjects

Méthodes publiques

Méthode Description
GithubCoordinatorActor ( ) : System

Méthodes protégées

Méthode Description
PreStart ( ) : void

Private Methods

Méthode Description
BecomeWaiting ( ) : void
BecomeWorking ( Messages repo ) : void
SendAbleToAcceptJob ( IActorRef actor, Messages acceptedJob ) : void
SendUnableToAcceptJob ( IActorRef actor, Messages job ) : void
Waiting ( ) : void
Working ( ) : void

Method Details

GithubCoordinatorActor() public méthode

public GithubCoordinatorActor ( ) : System
Résultat System

PreStart() protected méthode

protected PreStart ( ) : void
Résultat void