DeployLX Software Protection System

ServiceTypes Enumeration

Types of server processes that can be controlled by the ServiceLimit.

Syntax

<FlagsAttribute> _
Public Enumeration ServiceTypes
[FlagsAttribute]
public enum ServiceTypes

Members

NotSet

The value has not been set.

NotService

The process is not a service.

WebServer

ASP.NET applications except web services.

XmlWebService

ASP.NET XML Web services.

NTService

NT/Windows Services.

WindowsService

Alias for NTService.

Custom

Custom applications listed in the ServiceNames collection.

WebServerOrXmlService

Either an ASP.NET application or XML Web Service.

AnyServerOrService

Any server or service including ASP.NET Applications, XML Web Services and NT Services.

Assembly:  DeployLX.Licensing.v5 (in DeployLX.Licensing.v5.dll)

See Also