C# Class ZocMonLib.ConfigSeed

Inheritance: IConfigSeed
Show file Open project: Zocdoc/ZocMon Class Usage Examples

Public Methods

Method Description
ConfigSeed ( IDataCache cache, ISettings settings ) : System.Collections.Concurrent
Seed ( string configName, MonitorReductionType monitorReductionType ) : MonitorInfo

Seed the local data for a monitor configuration.

Method Details

ConfigSeed() public method

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

Seed() public method

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