diff options
| author | Patrick Barron <barronpm@gmail.com> | 2023-01-15 15:39:57 -0500 |
|---|---|---|
| committer | Patrick Barron <barronpm@gmail.com> | 2023-01-15 15:56:18 -0500 |
| commit | dc85d86ea1db7608368eadbfee80f7618653f42d (patch) | |
| tree | f0495e2156014a5084a0fdcc079ed204eca86e18 /MediaBrowser.Common/IApplicationHost.cs | |
| parent | f8ca71ee157079aeee075f92f9537e9d580d584d (diff) | |
Enable in-process restarting
Diffstat (limited to 'MediaBrowser.Common/IApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Common/IApplicationHost.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Common/IApplicationHost.cs b/MediaBrowser.Common/IApplicationHost.cs index 53683cdbd..96ee701b3 100644 --- a/MediaBrowser.Common/IApplicationHost.cs +++ b/MediaBrowser.Common/IApplicationHost.cs @@ -48,12 +48,6 @@ namespace MediaBrowser.Common bool IsShuttingDown { get; } /// <summary> - /// Gets a value indicating whether this instance can self restart. - /// </summary> - /// <value><c>true</c> if this instance can self restart; otherwise, <c>false</c>.</value> - bool CanSelfRestart { get; } - - /// <summary> /// Gets the application version. /// </summary> /// <value>The application version.</value> |
