Property | Type | Description | |
---|---|---|---|
m_lstModList | List |
||
tfmFileManager |
Method | Description | |
---|---|---|
Cancel ( ) : void |
Cancels the update.
|
|
ReadMeSetupTask ( |
A simple constructor that initializes the object with its dependencies.
|
|
Update ( ConfirmActionMethod p_camConfirm ) : void |
Starts the update.
|
Method | Description | |
---|---|---|
DoWork ( object p_objArgs ) : object |
The method that is called to start the backgound task.
|
|
OnTaskEnded ( |
Raises the IBackgroundTask.TaskEnded event.
|
protected DoWork ( object p_objArgs ) : object | ||
p_objArgs | object | Arguments to for the task execution. |
return | object |
protected OnTaskEnded ( |
||
e | A |
|
return | void |
public ReadMeSetupTask ( |
||
p_rmmReadMeManager | ||
p_lstModList | List |
|
return | System |
public Update ( ConfirmActionMethod p_camConfirm ) : void | ||
p_camConfirm | ConfirmActionMethod | The delegate to call to confirm an action. |
return | void |