Exemplo n.º 1
0
        void IInternalConfigSystem.RefreshConfig(string sectionName)
        {
            PrepareClientConfigSystem(sectionName);

            if (_isMachineConfigInited)
            {
                _machineConfigRecord.RefreshSection(sectionName);
            }
        }
Exemplo n.º 2
0
 public void RefreshSection(string configKey)
 {
     originalRecord.RefreshSection(configKey);
 }