mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-17 18:14:22 +00:00
8 lines
142 B
C#
8 lines
142 B
C#
namespace Oqtane.Infrastructure
|
|
{
|
|
public interface IServerStateManager
|
|
{
|
|
ServerState GetServerState(string siteKey);
|
|
}
|
|
}
|