10 lines
235 B
C#
10 lines
235 B
C#
namespace MediaBrowser.Controller.Plugins
|
|
{
|
|
/// <summary>
|
|
/// Indicates that a <see cref="IServerEntryPoint"/> should be invoked as a pre-startup task.
|
|
/// </summary>
|
|
public interface IRunBeforeStartup
|
|
{
|
|
}
|
|
}
|