Example #1
0
 protected override void OnPause()
 {
     _service.Standby();
     LogsAppendersManager.Instance.Info(this.GetType(), MethodBase.GetCurrentMethod(), "Service Paused");
 }