示例#1
0
 /// <summary>
 /// Ripristino dei servizi di pubblicazione
 /// </summary>
 private void RestartUnexpectedStoppedChannels()
 {
     if (PublisherEnabled)
     {
         PublisherServiceControl.RestartUnexpectedStoppedChannels();
     }
 }
示例#2
0
 public void RestartUnexpectedStoppedChannels()
 {
     try
     {
         PublisherServiceControl.RestartUnexpectedStoppedChannels();
     }
     catch (Exception ex)
     {
         throw DocsPaUtils.Exceptions.SoapExceptionFactory.Create(ex);
     }
 }