C# Class ZocMonLib.ConfigSeed

Inheritance: IConfigSeed
Afficher le fichier Open project: Zocdoc/ZocMon Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public ConfigSeed ( IDataCache cache, ISettings settings ) : System.Collections.Concurrent
cache IDataCache
settings ISettings
Résultat System.Collections.Concurrent

Seed() public méthode

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