示例#1
0
        void IInternalConfigSystem.RefreshConfig(string sectionName)
        {
            PrepareClientConfigSystem(sectionName);

            if (_isMachineConfigInited)
            {
                _machineConfigRecord.RefreshSection(sectionName);
            }
        }
 public void RefreshSection(string configKey)
 {
     originalRecord.RefreshSection(configKey);
 }