C# Class GithubActors_WPF.Actors.GithubWorkerActor

Individual actor responsible for querying the Github API
Inheritance: ReceiveActor
Afficher le fichier Open project: njimenez/AkkaProjects

Méthodes publiques

Méthode Description
GithubWorkerActor ( Func gitHubClientFactory ) : System

Méthodes protégées

Méthode Description
PreStart ( ) : void

Private Methods

Méthode Description
InitialReceives ( ) : void

Method Details

GithubWorkerActor() public méthode

public GithubWorkerActor ( Func gitHubClientFactory ) : System
gitHubClientFactory Func
Résultat System

PreStart() protected méthode

protected PreStart ( ) : void
Résultat void