| BenchTasksDoCleanUpAppResources Method |
Runs the Bench task of deleting all cached app resources, not referenced by any app anymore.
These app resources where typically downloaded before the definition of some apps where updated,
now referencing to newer release versions.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public static ActionResult DoCleanUpAppResources(
IBenchManager man,
Action<TaskInfo> notify,
Cancelation cancelation
)
Public Shared Function DoCleanUpAppResources (
man As IBenchManager,
notify As Action(Of TaskInfo),
cancelation As Cancelation
) As ActionResult
Parameters
- man
- Type: Mastersign.BenchIBenchManager
The Bench manager. - notify
- Type: SystemActionTaskInfo
The notification handler. - cancelation
- Type: Mastersign.BenchCancelation
A cancelation token.
Return Value
Type:
ActionResultThe result of running the task, in shape of an
ActionResult object.
See Also