| DefaultBenchManager.DownloadAppResource Method |
Downloads the resource for the specified app, in case it is not already cached.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public bool DownloadAppResource(
string appId
)
Public Function DownloadAppResource (
appId As String
) As Boolean
Parameters
- appId
- Type: System.String
Return Value
Type:
Booleantrue if the execution of the task was successful; otherwise
false.
See Also