Exemple #1
0
 /// <summary>
 /// Stops and disposes OPC UA server.
 /// </summary>
 private void StopOpcServer()
 {
     if (opcServer != null)
     {
         opcServer.Stop();
         dsLog.WriteAction("OPC UA server stopped");
     }
 }
 /// <summary>
 /// Stops and disposes OPC UA server.
 /// </summary>
 private void StopOpcServer()
 {
     if (opcServer != null)
     {
         opcServer.Stop();
         dsLog.WriteAction(Locale.IsRussian ?
                           "Сервер OPC UA остановлен" :
                           "OPC UA server stopped");
     }
 }