IAppVLaunchTestVirtualMachine.RunLaunchTest Method¶
Tests an application App-V package on a virtual machine with App-V Client
Namespace: Citrix.SDK.AppDNA.Solutions.AppV.VirtualMachines
Assembly: Citrix.SDK.AppDNA.Solutions.AppV (in Citrix.SDK.AppDNA.Solutions.AppV.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
ApplicationLaunchTestResult RunLaunchTest(
List<AppVPackage> packages
)
VB¶
Function RunLaunchTest (
packages As List(Of AppVPackage)
) As ApplicationLaunchTestResult
Parameters¶
- packages
- Type: System.Collections.Generic.List(AppVPackage)
The packages.
Return Value¶
Type: ApplicationLaunchTestResult
See Also¶
Reference¶
IAppVLaunchTestVirtualMachine Interface
Citrix.SDK.AppDNA.Solutions.AppV.VirtualMachines Namespace