diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-01-29 19:22:59 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-01-29 19:22:59 -0500 |
| commit | 1f6918117c2a7542e066ffb5ac09051a698bb136 (patch) | |
| tree | 31df11ab68146cecbbace559e602d5cf9271c1db /MediaBrowser.Controller/IServerApplicationHost.cs | |
| parent | d39f8a11614de8850de9a9b433c1a4f190ccadc9 (diff) | |
Added isservice to reported statistics
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 38a3cc923..5554ced37 100644 --- a/MediaBrowser.Controller/IServerApplicationHost.cs +++ b/MediaBrowser.Controller/IServerApplicationHost.cs @@ -21,12 +21,6 @@ namespace MediaBrowser.Controller string WebApplicationName { get; } /// <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> |
