OsHelper.DesktopMigrationOS Method¶
Chooses operation system for the Desktop Hosted deployment model for a pair of serverPlatform and targetPlatform
Namespace: Citrix.SDK.AppDNA.Solutions.Xen.Common
Assembly: Citrix.SDK.AppDNA.Solutions.Xen.Common (in Citrix.SDK.AppDNA.Solutions.Xen.Common.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public static string DesktopMigrationOS(
XenSolutionPlatform serverPlatform,
XenSolutionPlatform targetPlatform,
out bool isSuitable
)
VB¶
Public Shared Function DesktopMigrationOS (
serverPlatform As XenSolutionPlatform,
targetPlatform As XenSolutionPlatform,
<OutAttribute> ByRef isSuitable As Boolean
) As String
Parameters¶
- serverPlatform
- Type: Citrix.SDK.AppDNA.Solutions.Xen.Common.XenSolutionPlatform
The server platform. - targetPlatform
- Type: Citrix.SDK.AppDNA.Solutions.Xen.Common.XenSolutionPlatform
The target platform. - isSuitable
- Type: System.Boolean
if set totrue
[is suitable].
Return Value¶
Type: String
See Also¶
Reference¶
OsHelper Class
Citrix.SDK.AppDNA.Solutions.Xen.Common Namespace