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

@@ -19,7 +19,13 @@ namespace MediaBrowser.Model.System
/// </summary>
/// <value>The operating sytem.</value>
public string OperatingSystem { get; set; }
/// <summary>
/// Gets or sets 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>
public bool IsRunningAsService { get; set; }
/// <summary>
/// Gets or sets the mac address.
/// </summary>