Преглед на файлове

rename restart server method

Luke Pulverenti преди 12 години
родител
ревизия
6e7a30618d
променени са 1 файла, в които са добавени 2 реда и са изтрити 4 реда
  1. 2 4
      MediaBrowser.Model/ApiClient/IApiClient.cs

+ 2 - 4
MediaBrowser.Model/ApiClient/IApiClient.cs

@@ -192,12 +192,10 @@ namespace MediaBrowser.Model.ApiClient
         Task<BaseItemDto> GetArtistAsync(string name);
 
         /// <summary>
-        /// Restarts the kernel or the entire server if necessary
-        /// If the server application is restarting this request will fail to return, even if
-        /// the operation is successful.
+        /// Restarts the server.
         /// </summary>
         /// <returns>Task.</returns>
-        Task PerformPendingRestartAsync();
+        Task RestartServerAsync();
 
         /// <summary>
         /// Gets the system status async.