Click or drag to resize

DefaultBenchManagerUpgradeApp Method

Upgrades the specified app, if it can be upgraded.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public bool UpgradeApp(
	string appId
)

Parameters

appId
Type: SystemString

Return Value

Type: Boolean
true if the execution of the task was successful; otherwise false.
See Also