Class XenDesktopDeliveryGroupLingeringSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the application session lingering settings for a XenDesktop delivery group.
public class XenDesktopDeliveryGroupLingeringSettings : BypassSection
- Inheritance
-
XenDesktopDeliveryGroupLingeringSettings
- Inherited Members
Constructors
XenDesktopDeliveryGroupLingeringSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.XenDesktopDeliveryGroupLingeringSettings class.
public XenDesktopDeliveryGroupLingeringSettings()
Properties
Enabled
Gets or sets whether application session lingering is enabled for the delivery group.
public BooleanOption Enabled { get; set; }
Property Value
MaxAverageLoadThreshold
Gets or sets the percentage average load on all machines as a percentage at which the session is terminated.
public int MaxAverageLoadThreshold { get; set; }
Property Value
MaxLoadPerMachineThreshold
Gets or sets the percentage average load on any machine as a percentage at which the session is terminated.
public int MaxLoadPerMachineThreshold { get; set; }
Property Value
MaxTimeBeforeTerminate
Gets or sets the time before the session is terminated.
public TimeSpan MaxTimeBeforeTerminate { get; set; }
Property Value
MaxTimeBeforeTerminateString
Gets or sets the value that backs the time before the session is terminated. This is required as the TimeSpan class does not support XML serialization.
[Browsable(false)]
public string MaxTimeBeforeTerminateString { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.XenDesktopDeliveryGroupLingeringSettings class from the specified XML.
public static XenDesktopDeliveryGroupLingeringSettings FromXml(string Xml)
Parameters
Xml
stringThe XML representation of the object.
Returns
- XenDesktopDeliveryGroupLingeringSettings
A CENTREL.XIA.Configuration.Types.XenDesktopDeliveryGroupLingeringSettings class.
ToString()
Returns the lingering settings for the delivery group as a human readable string.
public override string ToString()
Returns
- string
The lingering settings for the delivery group as a human readable string.