C# Класс ExternalConfigurationStore.Cloud.ExternalConfigurationManager

Наследование: IDisposable
Показать файл Открыть проект

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

Метод Описание
ConfigChangeMonitor ( ) : Task

Loop that monitors for configuration changes

Dispose ( ) : void
ExternalConfigurationManager ( ISettingsStore settings, System.TimeSpan interval, string environment ) : System
ExternalConfigurationManager ( string environment ) : System
GetAppSetting ( string key ) : string

Retrieve application setting from the local cache

StartMonitor ( ) : void

Start the background monitoring for configuration changes in the central store

StopMonitor ( ) : void

Stop Monitoring for Configuration Changes

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

Метод Описание
CheckForConfigurationChangesAsync ( ) : Task

Check the central repository for configuration changes and update the local cache

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

ConfigChangeMonitor() публичный Метод

Loop that monitors for configuration changes
public ConfigChangeMonitor ( ) : Task
Результат Task

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

ExternalConfigurationManager() публичный Метод

public ExternalConfigurationManager ( ISettingsStore settings, System.TimeSpan interval, string environment ) : System
settings ISettingsStore
interval System.TimeSpan
environment string
Результат System

ExternalConfigurationManager() публичный Метод

public ExternalConfigurationManager ( string environment ) : System
environment string
Результат System

GetAppSetting() публичный Метод

Retrieve application setting from the local cache
public GetAppSetting ( string key ) : string
key string
Результат string

StartMonitor() публичный Метод

Start the background monitoring for configuration changes in the central store
public StartMonitor ( ) : void
Результат void

StopMonitor() публичный Метод

Stop Monitoring for Configuration Changes
public StopMonitor ( ) : void
Результат void