Skip to content

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.
  The IXenSolutionService(TXenSolution, TXenSolutionEditor) type exposes the following members.

Methods

 

NameDescription
Public methodCreate Creates solution with the specified solution configuration.
Public methodCreateInBackground Creates solution with the specified solution configuration.
Public methodGet() Gets collection of XenSolution.
Public methodGet(String) Gets the solution with specified solution identifier.
Public methodUpdate Updates solution with the specified solution configuration.
Public methodUpdateApplications Updates the applications for platform. It is short cut to update XenSolution instead of Update(IXenSolutionConfig).
Public methodUpdateInBackground Updates solution with the specified solution configuration.
  Back to Top

See Also

Reference

Citrix.SDK.AppDNA.Solutions.Xen.Common Namespace

Was this article helpful?