#### [Apq\.Cfg](index.md 'index') ### [Apq\.Cfg\.Sources](Apq.Cfg.Sources.md 'Apq\.Cfg\.Sources') ## IWritableCfgSource Interface 可写配置源接口,继承自 ICfgSource,增加了写入配置的能力 ```csharp public interface IWritableCfgSource : Apq.Cfg.Sources.ICfgSource ``` Derived ↳ [JsonFileCfgSource](Apq.Cfg.Sources.JsonFileCfgSource.md 'Apq\.Cfg\.Sources\.JsonFileCfgSource') Implements [ICfgSource](Apq.Cfg.Sources.ICfgSource.md 'Apq\.Cfg\.Sources\.ICfgSource') | Methods | | | :--- | :--- | | [ApplyChangesAsync\(IReadOnlyDictionary<string,string>, CancellationToken\)](Apq.Cfg.Sources.IWritableCfgSource.ApplyChangesAsync(System.Collections.Generic.IReadOnlyDictionary_string,string_,System.Threading.CancellationToken).md 'Apq\.Cfg\.Sources\.IWritableCfgSource\.ApplyChangesAsync\(System\.Collections\.Generic\.IReadOnlyDictionary\, System\.Threading\.CancellationToken\)') | 应用配置更改 |