Dev2.ServerLifecycleManager.ServerLifecycleManagerService.OnStop C# (CSharp) 메소드

OnStop() 보호된 메소드

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