diff options
Diffstat (limited to 'MediaBrowser.Model/ApiClient/IConnectionManager.cs')
| -rw-r--r-- | MediaBrowser.Model/ApiClient/IConnectionManager.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/MediaBrowser.Model/ApiClient/IConnectionManager.cs b/MediaBrowser.Model/ApiClient/IConnectionManager.cs index e4c67f3e3..e31900610 100644 --- a/MediaBrowser.Model/ApiClient/IConnectionManager.cs +++ b/MediaBrowser.Model/ApiClient/IConnectionManager.cs @@ -30,7 +30,9 @@ namespace MediaBrowser.Model.ApiClient /// Occurs when [connect user sign out]. /// </summary> event EventHandler<EventArgs> ConnectUserSignOut; - [Obsolete] + /// <summary> + /// Occurs when [remote logged out]. + /// </summary> event EventHandler<EventArgs> RemoteLoggedOut; /// <summary> @@ -90,7 +92,6 @@ namespace MediaBrowser.Model.ApiClient /// <summary> /// Gets the active api client instance /// </summary> - [Obsolete] IApiClient CurrentApiClient { get; } /// <summary> |
