C# Class GithubActors.Actors.RepoResultsActor

Actor responsible for printing the results and progress from a GithubCoordinatorActor onto a RepoResultsForm (runs on the UI thread)
Inheritance: ReceiveActor
Afficher le fichier Open project: njimenez/AkkaProjects

Méthodes publiques

Méthode Description
RepoResultsActor ( System.Windows.Forms.DataGridView userDg, ToolStripStatusLabel statusLabel, System.Windows.Forms.ToolStripProgressBar progressBar ) : System.Collections.Generic

Private Methods

Méthode Description
InitialReceives ( ) : void

Method Details

RepoResultsActor() public méthode

public RepoResultsActor ( System.Windows.Forms.DataGridView userDg, ToolStripStatusLabel statusLabel, System.Windows.Forms.ToolStripProgressBar progressBar ) : System.Collections.Generic
userDg System.Windows.Forms.DataGridView
statusLabel System.Windows.Forms.ToolStripStatusLabel
progressBar System.Windows.Forms.ToolStripProgressBar
Résultat System.Collections.Generic