 | BenchTasks.DoDownloadAppResources Method (IBenchManager, String, Action<TaskInfo>, Cancelation) |
Runs the Bench task of downloading the missing app resource of a specific app.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntaxpublic static ActionResult DoDownloadAppResources(
IBenchManager man,
string appId,
Action<TaskInfo> notify,
Cancelation cancelation
)
Public Shared Function DoDownloadAppResources (
man As IBenchManager,
appId As String,
notify As Action(Of TaskInfo),
cancelation As Cancelation
) As ActionResult
Parameters
- man
- Type: Mastersign.Bench.IBenchManager
The Bench manager. - appId
- Type: System.String
The ID of the targeted app. - notify
- Type: System.Action<TaskInfo>
The notification handler. - cancelation
- Type: Mastersign.Bench.Cancelation
A cancelation token.
Return Value
Type:
ActionResultThe result of running the task, in shape of an
ActionResult object.
See Also