Метод | Описание | |
---|---|---|
Cancel ( ) : void |
Cancels the update.
|
|
DeactivateMultipleModsTask ( ReadOnlyObservableList |
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 ( |
Raises the IBackgroundTask.TaskEnded event.
|
public DeactivateMultipleModsTask ( ReadOnlyObservableList |
||
p_rolModList | ReadOnlyObservableList |
|
p_iilInstallLog | IInstallLog | |
p_mifModInstallerFactory | Nexus.Client.ModManagement.ModInstallerFactory | |
Результат | System |
protected DoWork ( object p_objArgs ) : object | ||
p_objArgs | object | Arguments to for the task execution. |
Результат | object |
protected OnTaskEnded ( |
||
e | A |
|
Результат | void |
public Update ( ConfirmActionMethod p_camConfirm ) : void | ||
p_camConfirm | ConfirmActionMethod | The delegate to call to confirm an action. |
Результат | void |