IXenSolutionService(TXenSolution, TXenSolutionEditor) Interface¶
Exposes common functionality for SDK's services for xen solutions
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 interface IXenSolutionService<out TXenSolution, out TXenSolutionEditor>
where TXenSolution : XenSolution
where TXenSolutionEditor : XenSolutionEdit
VB¶
Public Interface IXenSolutionService(Of Out TXenSolution As XenSolution, Out TXenSolutionEditor As XenSolutionEdit)
Type Parameters¶
- TXenSolution
- The type of the xen solution.
- TXenSolutionEditor
- The type of the object than can be used to track editing.
Methods¶
Name | Description | |
---|---|---|
![]() | Create | Creates solution with the specified solution configuration. |
![]() | CreateInBackground | Creates solution with the specified solution configuration. |
![]() | Get() | Gets collection of XenSolution. |
![]() | Get(String) | Gets the solution with specified solution identifier. |
![]() | Update | Updates solution with the specified solution configuration. |
![]() | UpdateApplications | Updates the applications for platform. It is short cut to update XenSolution instead of Update(IXenSolutionConfig). |
![]() | UpdateInBackground | Updates solution with the specified solution configuration. |