C# 클래스 ZocMonLib.ConfigSeed

상속: IConfigSeed
파일 보기 프로젝트 열기: Zocdoc/ZocMon 1 사용 예제들

공개 메소드들

메소드 설명
ConfigSeed ( IDataCache cache, ISettings settings ) : System.Collections.Concurrent
Seed ( string configName, MonitorReductionType monitorReductionType ) : MonitorInfo

Seed the local data for a monitor configuration.

메소드 상세

ConfigSeed() 공개 메소드

public ConfigSeed ( IDataCache cache, ISettings settings ) : System.Collections.Concurrent
cache IDataCache
settings ISettings
리턴 System.Collections.Concurrent

Seed() 공개 메소드

Seed the local data for a monitor configuration.
public Seed ( string configName, MonitorReductionType monitorReductionType ) : MonitorInfo
configName string
monitorReductionType MonitorReductionType
리턴 MonitorInfo