C# Class GithubActors_WPF.Actors.GithubWorkerActor

Individual actor responsible for querying the Github API
Inheritance: ReceiveActor
ファイルを表示 Open project: njimenez/AkkaProjects

Public Methods

Method Description
GithubWorkerActor ( Func gitHubClientFactory ) : System

Protected Methods

Method Description
PreStart ( ) : void

Private Methods

Method Description
InitialReceives ( ) : void

Method Details

GithubWorkerActor() public method

public GithubWorkerActor ( Func gitHubClientFactory ) : System
gitHubClientFactory Func
return System

PreStart() protected method

protected PreStart ( ) : void
return void