Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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