C# 클래스 Nexus.Client.LoginFormTask

상속: ThreadedBackgroundTask
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 메소드들

메소드 설명
LoginFormTask ( ModManager p_mmModManager ) : System

A simple constructor that initializes the object with its dependencies.

Reset ( ) : void
TokenLogin ( ) : bool

Logins the user into the current mod repository.

Update ( ) : void

Starts the update.

보호된 메소드들

메소드 설명
DoWork ( object p_objArgs ) : object

The method that is called to start the backgound task.

LoginUser ( ) : bool

Logins the user into the current mod repository.

OnTaskEnded ( TaskEndedEventArgs e ) : void

Raises the IBackgroundTask.TaskEnded event.

비공개 메소드들

메소드 설명
LoginForm_Authenticating ( object sender, EventArgs e ) : void

메소드 상세

DoWork() 보호된 메소드

The method that is called to start the backgound task.
protected DoWork ( object p_objArgs ) : object
p_objArgs object Arguments to for the task execution.
리턴 object

LoginFormTask() 공개 메소드

A simple constructor that initializes the object with its dependencies.
public LoginFormTask ( ModManager p_mmModManager ) : System
p_mmModManager Nexus.Client.ModManagement.ModManager
리턴 System

LoginUser() 보호된 메소드

Logins the user into the current mod repository.
protected LoginUser ( ) : bool
리턴 bool

OnTaskEnded() 보호된 메소드

Raises the IBackgroundTask.TaskEnded event.
protected OnTaskEnded ( TaskEndedEventArgs e ) : void
e Nexus.Client.BackgroundTasks.TaskEndedEventArgs A describing the event arguments.
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

TokenLogin() 공개 메소드

Logins the user into the current mod repository.
public TokenLogin ( ) : bool
리턴 bool

Update() 공개 메소드

Starts the update.
public Update ( ) : void
리턴 void