C# 클래스 TabMon.CounterConfig.CounterConfigLoader

Validates & parses the Counters.config file into a collection of ICounter objects.
파일 보기 프로젝트 열기: tableau/TabMon

공개 메소드들

메소드 설명
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