Table of Contents

Class IisFailedRequestTracingRuleCollection

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

Represents a collection of IIS failed request tracing rules.

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

Constructors

IisFailedRequestTracingRuleCollection()

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

public IisFailedRequestTracingRuleCollection()

Methods

Exists(string)

Returns a System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.IisFailedRequestTracingRule with the specified path exists within the collection.

public bool Exists(string path)

Parameters

path string

The path of the CENTREL.XIA.Configuration.Types.IisFailedRequestTracingRule to locate.

Returns

bool

A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.IisFailedRequestTracingRule with the specified path exists within the collection.

FindByPath(string)

Returns the CENTREL.XIA.Configuration.Types.IisFailedRequestTracingRule with the specified path, or null if no CENTREL.XIA.Configuration.Types.IisFailedRequestTracingRule with the specified path is found.

public IisFailedRequestTracingRule FindByPath(string path)

Parameters

path string

The path of the CENTREL.XIA.Configuration.Types.IisFailedRequestTracingRule to locate.

Returns

IisFailedRequestTracingRule

The CENTREL.XIA.Configuration.Types.IisFailedRequestTracingRule with the specified path.

Sort()

Sorts the values in the collection.

public void Sort()