SaaS CMS has officially launched! Learn more now.

Interface IServerStateService

Namespace: EPiServer.Licensing.Services
Assembly: EPiServer.Licensing.dll
Version: 12.0.3
Syntax
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>

Extension Methods