浏览代码

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);
         Task<BaseItemDto> GetArtistAsync(string name);
 
 
         /// <summary>
         /// <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>
         /// </summary>
         /// <returns>Task.</returns>
         /// <returns>Task.</returns>
-        Task PerformPendingRestartAsync();
+        Task RestartServerAsync();
 
 
         /// <summary>
         /// <summary>
         /// Gets the system status async.
         /// Gets the system status async.