Interface IServerStateService
Namespace: EPiServer.Licensing.Services
Assembly: EPiServer.Licensing.dll
Version: 11.20.7Syntax
public interface IServerStateService
Methods
ActiveServers()
Declaration
int ActiveServers()
Returns
Type | Description |
---|---|
System.Int32 |
GetActiveServers()
Declaration
IEnumerable<string> GetActiveServers()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> |