added CanSelfRestart

This commit is contained in:
Luke Pulverenti
2013-10-07 10:38:31 -04:00
parent 3f1cafdc81
commit 65f78ea5ad
9 changed files with 70 additions and 10 deletions

View File

@@ -590,6 +590,12 @@ namespace MediaBrowser.Common.Implementations
Plugins = list;
}
/// <summary>
/// Gets a value indicating whether this instance can self restart.
/// </summary>
/// <value><c>true</c> if this instance can self restart; otherwise, <c>false</c>.</value>
public abstract bool CanSelfRestart { get; }
/// <summary>
/// Notifies that the kernel that a change has been made that requires a restart
/// </summary>