AppDisksServer.RecommendAppDiskOrder Method¶
This will analyse the applications that represent AppDisks for layer ordering conflicts and will recomend the best order.
Namespace: Citrix.SDK.AppDNA.Solutions.AppDisks
Assembly: Citrix.SDK.AppDNA.Solutions.AppDisks (in Citrix.SDK.AppDNA.Solutions.AppDisks.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public List<Application> RecommendAppDiskOrder(
IEnumerable<Application> appDisks
)
VB¶
Public Function RecommendAppDiskOrder (
appDisks As IEnumerable(Of Application)
) As List(Of Application)
Parameters¶
- appDisks
- Type: System.Collections.Generic.IEnumerable(Application)
Return Value¶
Type: List(Application)
The applications in the recommended order. If no order is suitable an empty list is returned
See Also¶
Reference¶
AppDisksServer Class
Citrix.SDK.AppDNA.Solutions.AppDisks Namespace