This website requires JavaScript.
Explore
Help
Register
Sign In
Archive-Team
/
sonarr-repo-only
Watch
2
Star
0
Fork
You've already forked sonarr-repo-only
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f79ae77a3a
sonarr-repo-only
/
src
/
NzbDrone.Host
/
IHostController.cs
9 lines
132 B
C#
Raw
Blame
History
namespace
NzbDrone.Host
{
public
interface
IHostController
{
void
StartServer
(
)
;
void
StopServer
(
)
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink