Freeze sources
var source = new JsonFileSource("settings.json");
var frozenSource = source.Freeze();
// frozenSource will not issue updates after first successful oneRelated pages
Configuration sourcesLast updated
Was this helpful?
var source = new JsonFileSource("settings.json");
var frozenSource = source.Freeze();
// frozenSource will not issue updates after first successful oneLast updated
Was this helpful?
Was this helpful?