C# Класс TabMon.CounterConfig.CounterConfigLoader

Validates & parses the Counters.config file into a collection of ICounter objects.
Показать файл Открыть проект

Открытые методы

Метод Описание
Load ( IEnumerable hosts, CounterLifecycleType counterLifecycleType ) : ICollection

Loads the Counters.config file, validates it against the XSD schema, and news up the appropriate CounterConfigReader object for each root counter type node.

Приватные методы

Метод Описание
LoadConfig ( ) : XmlDocument

Описание методов

Load() публичный статический Метод

Loads the Counters.config file, validates it against the XSD schema, and news up the appropriate CounterConfigReader object for each root counter type node.
public static Load ( IEnumerable hosts, CounterLifecycleType counterLifecycleType ) : ICollection
hosts IEnumerable The target hosts to load counters for.
counterLifecycleType CounterLifecycleType The type of counter to load; e.g. ephemeral or persistent.
Результат ICollection