Apq.Cfg.Sources.IWritableCfgSource.md 955 B

Apq.Cfg

Apq.Cfg.Sources

IWritableCfgSource Interface

可写配置源接口,继承自 ICfgSource,增加了写入配置的能力

public interface IWritableCfgSource : Apq.Cfg.Sources.ICfgSource

Derived
JsonFileCfgSource

Implements ICfgSource

Methods
ApplyChangesAsync(IReadOnlyDictionary<string,string>, CancellationToken) 应用配置更改