From 6e7a30618db56a6a70fce6c5d6864a85cfd1ab8a Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 7 Jul 2013 11:55:05 -0400 Subject: [PATCH] rename restart server method --- MediaBrowser.Model/ApiClient/IApiClient.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/MediaBrowser.Model/ApiClient/IApiClient.cs b/MediaBrowser.Model/ApiClient/IApiClient.cs index 529f095d56..5ecb87b5a4 100644 --- a/MediaBrowser.Model/ApiClient/IApiClient.cs +++ b/MediaBrowser.Model/ApiClient/IApiClient.cs @@ -192,12 +192,10 @@ namespace MediaBrowser.Model.ApiClient Task GetArtistAsync(string name); /// - /// 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. /// /// Task. - Task PerformPendingRestartAsync(); + Task RestartServerAsync(); /// /// Gets the system status async.