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
Show file Open project: njimenez/AkkaProjects

Public Methods

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

Private Methods

Method Description
InitialReceives ( ) : void

Method Details

RepoResultsActor() public method

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
return System.Collections.Generic