diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-09-10 20:30:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-10 20:30:30 -0400 |
| commit | 58cd0bb287413a9957dfac35babc5489b4e056f1 (patch) | |
| tree | ebe6b0cbb4fc5f0c2cbe6b6e8516a9108e9f8b56 /MediaBrowser.Controller/IServerApplicationHost.cs | |
| parent | a0298ccc6d76eb943178d1ccf895700ee7052281 (diff) | |
| parent | 7ced4478d36a7d658a613357c002833112e8a8df (diff) | |
Merge pull request #2877 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Controller/IServerApplicationHost.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationHost.cs b/MediaBrowser.Controller/IServerApplicationHost.cs index 86b52bd77..44c003197 100644 --- a/MediaBrowser.Controller/IServerApplicationHost.cs +++ b/MediaBrowser.Controller/IServerApplicationHost.cs @@ -22,12 +22,6 @@ namespace MediaBrowser.Controller Task<SystemInfo> GetSystemInfo(); /// <summary> - /// Gets a value indicating whether this instance is running as service. - /// </summary> - /// <value><c>true</c> if this instance is running as service; otherwise, <c>false</c>.</value> - bool IsRunningAsService { get; } - - /// <summary> /// Gets a value indicating whether [supports automatic run at startup]. /// </summary> /// <value><c>true</c> if [supports automatic run at startup]; otherwise, <c>false</c>.</value> |
