C# 클래스 GithubActors.Actors.GithubCoordinatorActor

Actor responsible for publishing data about the results of a github operation
상속: ReceiveActor
파일 보기 프로젝트 열기: njimenez/AkkaProjects

공개 메소드들

메소드 설명
GithubCoordinatorActor ( ) : System

보호된 메소드들

메소드 설명
PreStart ( ) : void

비공개 메소드들

메소드 설명
BecomeWaiting ( ) : void
BecomeWorking ( RepoKey repo ) : void
Waiting ( ) : void
Working ( ) : void

메소드 상세

GithubCoordinatorActor() 공개 메소드

public GithubCoordinatorActor ( ) : System
리턴 System

PreStart() 보호된 메소드

protected PreStart ( ) : void
리턴 void