Dev2.ServerLifecycleManager.ServerLifecycleManagerService.OnStop C# (CSharp) Method

OnStop() protected method

protected OnStop ( ) : void
return void
            protected override void OnStop()
            {
                Dev2Logger.Log.Info("** Service Stopped **");
                _singleton.Stop(false, 0);
                _singleton = null;
            }
        }
ServerLifecycleManager.ServerLifecycleManagerService