Click or drag to resize

DefaultBenchManager.ReinstallApp Method

Uninstalls the specified app, and then installs it again.

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

Parameters

appId
Type: System.String

Return Value

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