Added is running as service to IServerApplicationHost

This commit is contained in:
Luke Pulverenti
2014-01-29 19:18:05 -05:00
parent fb69d5b76d
commit d39f8a1161
4 changed files with 24 additions and 5 deletions

View File

@@ -20,6 +20,12 @@ namespace MediaBrowser.Controller
/// <value>The name of the web application.</value>
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>