C# 클래스 Nexus.Client.ModManagement.ReadMeSetupTask

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

보호된 프로퍼티들

프로퍼티 타입 설명
m_lstModList List
tfmFileManager ChinhDo.Transactions.TxFileManager

공개 메소드들

메소드 설명
Cancel ( ) : void

Cancels the update.

ReadMeSetupTask ( ReadMeManager p_rmmReadMeManager, List p_lstModList ) : System

A simple constructor that initializes the object with its dependencies.

Update ( ConfirmActionMethod p_camConfirm ) : void

Starts the update.

보호된 메소드들

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

The method that is called to start the backgound task.

OnTaskEnded ( TaskEndedEventArgs e ) : void

Raises the IBackgroundTask.TaskEnded event.

메소드 상세

Cancel() 공개 메소드

Cancels the update.
public Cancel ( ) : void
리턴 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

OnTaskEnded() 보호된 메소드

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

ReadMeSetupTask() 공개 메소드

A simple constructor that initializes the object with its dependencies.
public ReadMeSetupTask ( ReadMeManager p_rmmReadMeManager, List p_lstModList ) : System
p_rmmReadMeManager ReadMeManager
p_lstModList List
리턴 System

Update() 공개 메소드

Starts the update.
public Update ( ConfirmActionMethod p_camConfirm ) : void
p_camConfirm ConfirmActionMethod The delegate to call to confirm an action.
리턴 void

프로퍼티 상세

m_lstModList 보호되어 있는 프로퍼티

protected List m_lstModList
리턴 List

tfmFileManager 보호되어 있는 프로퍼티

protected TxFileManager,ChinhDo.Transactions tfmFileManager
리턴 ChinhDo.Transactions.TxFileManager