2021-06-06 16:11:51 +00:00
|
|
|
|
namespace MediaBrowser.Controller.Plugins
|
2021-05-13 13:32:02 +00:00
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Indicates that a <see cref="IServerEntryPoint"/> should be invoked as a pre-startup task.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public interface IRunBeforeStartup
|
|
|
|
|
{
|
|
|
|
|
}
|
2021-06-06 16:11:51 +00:00
|
|
|
|
}
|