Added isservice to reported statistics

This commit is contained in:
Luke Pulverenti
2014-01-29 19:22:59 -05:00
parent d39f8a1161
commit 1f6918117c
5 changed files with 25 additions and 12 deletions

View File

@@ -171,6 +171,12 @@ namespace MediaBrowser.Common.Implementations
/// <value>The name.</value>
public abstract string Name { 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>
public abstract bool IsRunningAsService { get; }
/// <summary>
/// Initializes a new instance of the <see cref="BaseApplicationHost{TApplicationPathsType}"/> class.
/// </summary>