C# 클래스 GithubActors_WPF.Actors.GithubAuthenticationActor

상속: ReceiveActor
파일 보기 프로젝트 열기: njimenez/AkkaProjects

공개 메소드들

메소드 설명
GithubAuthenticationActor ( GithubAuthViewModel vm ) : System

Initializes a new instance of the GithubAuthenticationActor class.

비공개 메소드들

메소드 설명
Authenticating ( ) : void
BecomeAuthenticating ( ) : void
BecomeUnauthenticated ( string reason ) : void
UnAuthenticated ( ) : void

메소드 상세

GithubAuthenticationActor() 공개 메소드

Initializes a new instance of the GithubAuthenticationActor class.
public GithubAuthenticationActor ( GithubAuthViewModel vm ) : System
vm GithubAuthViewModel
리턴 System