Method | Description | |
---|---|---|
Cancel ( ) : void |
Cancels the update.
|
|
ModUpdateCheckTask ( |
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.
|
Method | Description | |
---|---|---|
CheckForModListUpdate ( List |
Checks for the updated information for the given mods.
|
protected DoWork ( object p_objArgs ) : object | ||
p_objArgs | object | Arguments to for the task execution. |
return | object |
public ModUpdateCheckTask ( |
||
p_AutoUpdater | The AutoUpdater. | |
p_ModRepository | IModRepository | The current mod repository. |
p_lstModList | List |
The list of mods we need to update. |
p_booOverrideCategorySetup | bool | Whether to force a global update. |
return | System |
protected OnTaskEnded ( |
||
e | A |
|
return | void |
public Update ( ConfirmActionMethod p_camConfirm ) : void | ||
p_camConfirm | ConfirmActionMethod | The delegate to call to confirm an action. |
return | void |