AppMetrics.AgentService.PluginBase.AppSettings.OnBeforeSave C# (CSharp) Méthode

OnBeforeSave() protected méthode

protected OnBeforeSave ( ) : void
Résultat void
        protected override void OnBeforeSave()
        {
            if (string.IsNullOrWhiteSpace(ConfigBaseUrl))
                throw new ApplicationException("ConfigBaseUrl config option is missing");
        }