IXenServer(TXenSolution, TXenSolutionEditor) Interface¶
Xen solution SDK's core object
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 IXenServer<out TXenSolution, out TXenSolutionEditor>
where TXenSolution : XenSolution
where TXenSolutionEditor : XenSolutionEdit
VB¶
Public Interface IXenServer(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.
Properties¶
Name | Description | |
---|---|---|
![]() | Application | Gets an object that provides functionality related to Application objects. |
![]() | OsImage | Gets an object that provides functionality related to OsImage objects. |
![]() | Report | Gets an object that provides functionality related to Report objects. |
![]() | ReportConfiguration | Gets an object that provides functionality related to ReportConfiguration objects. |
![]() | ServerUrl | Gets the server URL. |
![]() | XenSolution | Gets an object that provides functionality related to XenSolution objects. |