C# Класс GithubActors_WPF.Actors.GithubAuthenticationActor

Наследование: ReceiveActor
Показать файл Открыть проект

Открытые методы

Метод Описание
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