예제 #1
0
        protected override void OnStop()
        {
            WriteToFile("Service is stopped at " + DateTime.Now);

            //unencrypt the config file connection strings when the service stops
            EncryptConfigurationFile.UnencryptConfigFile();

            base.OnStop();
        }