AppMetrics.AgentService.PluginBase.AppSettings.OnBeforeSave C# (CSharp) Method

OnBeforeSave() protected method

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