C# 클래스 GithubActors.Actors.RepoResultsActor

Actor responsible for printing the results and progress from a GithubCoordinatorActor onto a RepoResultsForm (runs on the UI thread)
상속: ReceiveActor
파일 보기 프로젝트 열기: njimenez/AkkaProjects

공개 메소드들

메소드 설명
RepoResultsActor ( System.Windows.Forms.DataGridView userDg, ToolStripStatusLabel statusLabel, System.Windows.Forms.ToolStripProgressBar progressBar ) : System.Collections.Generic

비공개 메소드들

메소드 설명
InitialReceives ( ) : void

메소드 상세

RepoResultsActor() 공개 메소드

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