Table of Contents

Class XenDesktopSiteLogEntryCollection

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of XenDesktop site log entries.

public class XenDesktopSiteLogEntryCollection : Collection<XenDesktopSiteLogEntry>, IList<XenDesktopSiteLogEntry>, ICollection<XenDesktopSiteLogEntry>, IList, ICollection, IReadOnlyList<XenDesktopSiteLogEntry>, IReadOnlyCollection<XenDesktopSiteLogEntry>, IEnumerable<XenDesktopSiteLogEntry>, IEnumerable
Inheritance
XenDesktopSiteLogEntryCollection
Implements
Inherited Members

Constructors

XenDesktopSiteLogEntryCollection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.XenDesktopSiteLogEntryCollection class.

public XenDesktopSiteLogEntryCollection()

Methods

Sort()

Sorts the values in the collection.

public void Sort()

ToString()

Returns the log entries as a human readable string.

public override string ToString()

Returns

string

The log entries as a human readable string.