diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2019-02-19 21:21:36 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-19 21:21:36 -0500 |
| commit | b43317c5e10aeac5dd1510c3957fa59f453cf2c1 (patch) | |
| tree | cabde8df22fd180e17af59e8585299026000f4e1 /MediaBrowser.Common/IApplicationHost.cs | |
| parent | 24b76dbed85967a7acd495d21c99d9b857055bb1 (diff) | |
| parent | 7554f6355195443b721a9b65f04ef4f9f4c097e9 (diff) | |
Merge pull request #830 from Bond-009/update
Removed remaining self-update code
Diffstat (limited to 'MediaBrowser.Common/IApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Common/IApplicationHost.cs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/MediaBrowser.Common/IApplicationHost.cs b/MediaBrowser.Common/IApplicationHost.cs index 6891152ee..3a4098612 100644 --- a/MediaBrowser.Common/IApplicationHost.cs +++ b/MediaBrowser.Common/IApplicationHost.cs @@ -73,12 +73,6 @@ namespace MediaBrowser.Common string ApplicationUserAgent { get; } /// <summary> - /// Gets or sets a value indicating whether this instance can self update. - /// </summary> - /// <value><c>true</c> if this instance can self update; otherwise, <c>false</c>.</value> - bool CanSelfUpdate { get; } - - /// <summary> /// Gets the exports. /// </summary> /// <typeparam name="T"></typeparam> @@ -87,12 +81,6 @@ namespace MediaBrowser.Common IEnumerable<T> GetExports<T>(bool manageLifetime = true); /// <summary> - /// Updates the application. - /// </summary> - /// <returns>Task.</returns> - Task UpdateApplication(PackageVersionInfo package, CancellationToken cancellationToken, IProgress<double> progress); - - /// <summary> /// Resolves this instance. /// </summary> /// <typeparam name="T"></typeparam> |
